#2380C0

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

Shades of Curious Blue #2380C0

Tints of Curious Blue #2380C0

Color information

#2380C0 (or 0x2380C0) is unknown color: approx Curious Blue. HEX triplet: 23, 80 and C0. RGB value is (35,128,192). Sum of RGB (Red+Green+Blue) = 35+128+192=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #2380C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380C0 is #DC7F3F. Grayscale: #6B6B6B. Windows color (decimal): -14450496 or 12615715. OLE color: 12615715.

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

Color convert

RGB35128192-
CMYK0.820.3300.25
HSL204.46º69.16%44.51%-
HSV(B)204.46º81.77%75.29%-
XYZ17.9319.652.71-
YUV107.49175.6976.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=9.86%
G=36.06%
B=54.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351281920.820.3300.25204.4669.1644.51
Hex2380C05221019cc452d
Octal432003001224103131410555
Binary10001110000000110000001010010100001011001110011001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2380C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2380C0; }

 p { color: rgb(35,128,192); }

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

<style>
 a { background-color: #2380C0; }

 a { background-color: rgb(35,128,192); }

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

<style>
 span { border-color: #2380C0; }

 span { border-color: rgb(35,128,192); }

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