#4282CA

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

Shades of Curious Blue #4282CA

Tints of Curious Blue #4282CA

Color information

#4282CA (or 0x4282CA) is unknown color: approx Curious Blue. HEX triplet: 42, 82 and CA. RGB value is (66,130,202). Sum of RGB (Red+Green+Blue) = 66+130+202=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #4282CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282CA is #BD7D35. Grayscale: #767676. Windows color (decimal): -12418358 or 13271618. OLE color: 13271618.

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

Color convert

RGB66130202-
CMYK0.670.3600.21
HSL211.76º56.2%52.55%-
HSV(B)211.76º67.33%79.22%-
XYZ20.8921.3958.9-
YUV119.07174.890.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.58%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=16.58%
G=32.66%
B=50.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661302020.670.3600.21211.7656.252.55
Hex4282CA4324015d43835
Octal102202312103440253247065
Binary10000101000001011001010100001110010001010111010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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