#4282C0

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

Shades of Curious Blue #4282C0

Tints of Curious Blue #4282C0

Color information

#4282C0 (or 0x4282C0) is unknown color: approx Curious Blue. HEX triplet: 42, 82 and C0. RGB value is (66,130,192). Sum of RGB (Red+Green+Blue) = 66+130+192=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #4282C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282C0 is #BD7D3F. Grayscale: #757575. Windows color (decimal): -12418368 or 12616258. OLE color: 12616258.

HSL color Cylindrical-coordinate representation of color #4282C0: hue angle of 209.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4282C0 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66130192-
CMYK0.660.3200.25
HSL209.52º50%50.59%-
HSV(B)209.52º65.62%75.29%-
XYZ19.7420.9352.87-
YUV117.93169.890.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=17.01%
G=33.51%
B=49.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661301920.660.3200.25209.525050.59
Hex4282C04220019d23233
Octal102202300102400313226263
Binary10000101000001011000000100001010000001100111010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,130,192); }

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

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

 a { background-color: rgb(66,130,192); }

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

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

 span { border-color: rgb(66,130,192); }

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