#2B62CA

Color #2B62CA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B62CA

Tints of Cerulean Blue #2B62CA

Color information

#2B62CA (or 0x2B62CA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 62 and CA. RGB value is (43,98,202). Sum of RGB (Red+Green+Blue) = 43+98+202=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B62CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B62CA is #D49D35. Grayscale: #5C5C5C. Windows color (decimal): -13933878 or 13263403. OLE color: 13263403.

HSL color Cylindrical-coordinate representation of color #2B62CA: hue angle of 219.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B62CA is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4398202-
CMYK0.790.5100.21
HSL219.25º64.9%48.04%-
HSV(B)219.25º78.71%79.22%-
XYZ16.0213.5157.64-
YUV93.41189.2892.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=12.54%
G=28.57%
B=58.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43982020.790.5100.21219.2564.948.04
Hex2B62CA4F33015db4130
Octal531423121176302533310160
Binary1010111100010110010101001111110011010101110110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B62CA; }

 p { color: rgb(43,98,202); }

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

<style>
 a { background-color: #2B62CA; }

 a { background-color: rgb(43,98,202); }

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

<style>
 span { border-color: #2B62CA; }

 span { border-color: rgb(43,98,202); }

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