#2383CD

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

Shades of Curious Blue #2383CD

Tints of Curious Blue #2383CD

Color information

#2383CD (or 0x2383CD) is unknown color: approx Curious Blue. HEX triplet: 23, 83 and CD. RGB value is (35,131,205). Sum of RGB (Red+Green+Blue) = 35+131+205=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #2383CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2383CD is #DC7C32. Grayscale: #6E6E6E. Windows color (decimal): -14449715 or 13468451. OLE color: 13468451.

HSL color Cylindrical-coordinate representation of color #2383CD: hue angle of 206.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2383CD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB35131205-
CMYK0.830.3600.20
HSL206.12º70.83%47.06%-
HSV(B)206.12º82.93%80.39%-
XYZ19.832160.77-
YUV110.73181.273.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.43%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=9.43%
G=35.31%
B=55.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal351312050.830.3600.20206.1270.8347.06
Hex2383CD5324014ce472f
Octal432033151234402431610757
Binary10001110000011110011011010011100100010100110011101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2383CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2383CD; }

 p { color: rgb(35,131,205); }

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

<style>
 a { background-color: #2383CD; }

 a { background-color: rgb(35,131,205); }

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

<style>
 span { border-color: #2383CD; }

 span { border-color: rgb(35,131,205); }

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