#2382CA

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

Shades of Curious Blue #2382CA

Tints of Curious Blue #2382CA

Color information

#2382CA (or 0x2382CA) is unknown color: approx Curious Blue. HEX triplet: 23, 82 and CA. RGB value is (35,130,202). Sum of RGB (Red+Green+Blue) = 35+130+202=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #2382CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2382CA is #DC7D35. Grayscale: #6D6D6D. Windows color (decimal): -14449974 or 13271587. OLE color: 13271587.

HSL color Cylindrical-coordinate representation of color #2382CA: hue angle of 205.87º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2382CA is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB35130202-
CMYK0.830.3600.21
HSL205.87º70.46%46.47%-
HSV(B)205.87º82.67%79.22%-
XYZ19.3420.5958.83-
YUV109.8180.0374.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.54%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=9.54%
G=35.42%
B=55.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal351302020.830.3600.21205.8770.4646.47
Hex2382CA5324015ce462e
Octal432023121234402531610656
Binary10001110000010110010101010011100100010101110011101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2382CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2382CA; }

 p { color: rgb(35,130,202); }

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

<style>
 a { background-color: #2382CA; }

 a { background-color: rgb(35,130,202); }

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

<style>
 span { border-color: #2382CA; }

 span { border-color: rgb(35,130,202); }

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