#2327f5

Color #2327F5 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #2327F5

Tints of Blue #2327F5

Color information

#2327F5 (or 0x2327F5) is unknown color: approx Blue. HEX triplet: 23, 27 and F5. RGB value is (35,39,245). Sum of RGB (Red+Green+Blue) = 35+39+245=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 245 (96.09% from 255 or 76.80% from 319); Max value from RGB is 245 - color contains mainly: blue. Hex color #2327F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2327F5 is #DCD80A. Grayscale: #3C3C3C. Windows color (decimal): -14473227 or 16066339. OLE color: 16066339.

HSL color Cylindrical-coordinate representation of color #2327F5: hue angle of 238.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2327F5 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3539245-
CMYK0.860.8400.04
HSL238.86º91.3%54.9%-
HSV(B)238.86º85.71%96.08%-
XYZ17.98.487.06-
YUV61.29231.67109.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.97%
GREEN value IS 39 (15.62% from 255) = 12.23%
BLUE value IS 245 (96.09% from 255) = 76.80%
R=10.97%
G=12.23%
B=76.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal35392450.860.8400.04238.8691.354.9
Hex2327F5565404ef5b37
Octal43473651261240435713367
Binary10001110011111110101101011010101000100111011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2327f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2327f5; }

 p { color: rgb(35,39,245); }

 H1.HeaderClassName
 {
   color: #2327f5;
 }
 .AnyTagClassName
 {
   color: #2327f5;
 }
</style>
background-color css

<style>
 a { background-color: #2327f5; }

 a { background-color: rgb(35,39,245); }

 div.DivClassName
 {
   background-color: #2327f5;
 }
 .BgClassName
 {
   background-color: #2327f5;
 }
</style>
border-color css

<style>
 span { border-color: #2327f5; }

 span { border-color: rgb(35,39,245); }

 td.TdClassName
 {
   border-color: #2327f5;
 }
 .TagClassName
 {
   border-color: #2327f5;
 }
</style>