#2A4CBE

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

Shades of Cerulean Blue #2A4CBE

Tints of Cerulean Blue #2A4CBE

Color information

#2A4CBE (or 0x2A4CBE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and BE. RGB value is (42,76,190). Sum of RGB (Red+Green+Blue) = 42+76+190=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CBE is #D5B341. Grayscale: #4E4E4E. Windows color (decimal): -14005058 or 12471338. OLE color: 12471338.

HSL color Cylindrical-coordinate representation of color #2A4CBE: hue angle of 226.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A4CBE is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4276190-
CMYK0.780.6000.25
HSL226.22º63.79%45.49%-
HSV(B)226.22º77.89%74.51%-
XYZ12.839.3849.85-
YUV78.83190.74101.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=13.64%
G=24.68%
B=61.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42761900.780.6000.25226.2263.7945.49
Hex2A4CBE4E3C019e2402d
Octal521142761167403134210055
Binary1010101001100101111101001110111100011001111000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,190); }

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

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

 a { background-color: rgb(42,76,190); }

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

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

 span { border-color: rgb(42,76,190); }

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