#2384BF

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

Shades of Curious Blue #2384BF

Tints of Curious Blue #2384BF

Color information

#2384BF (or 0x2384BF) is unknown color: approx Curious Blue. HEX triplet: 23, 84 and BF. RGB value is (35,132,191). Sum of RGB (Red+Green+Blue) = 35+132+191=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #2384BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2384BF is #DC7B40. Grayscale: #6D6D6D. Windows color (decimal): -14449473 or 12551203. OLE color: 12551203.

HSL color Cylindrical-coordinate representation of color #2384BF: hue angle of 202.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2384BF is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35132191-
CMYK0.820.3100.25
HSL202.69º69.03%44.31%-
HSV(B)202.69º81.68%74.9%-
XYZ18.3520.6252.3-
YUV109.72173.8674.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.78%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 191 (75% from 255) = 53.35%
R=9.78%
G=36.87%
B=53.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351321910.820.3100.25202.6969.0344.31
Hex2384BF521F019cb452c
Octal432042771223703131310554
Binary1000111000010010111111101001011111011001110010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2384BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2384BF; }

 p { color: rgb(35,132,191); }

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

<style>
 a { background-color: #2384BF; }

 a { background-color: rgb(35,132,191); }

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

<style>
 span { border-color: #2384BF; }

 span { border-color: rgb(35,132,191); }

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