#2A5BB7

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

Shades of Cerulean Blue #2A5BB7

Tints of Cerulean Blue #2A5BB7

Color information

#2A5BB7 (or 0x2A5BB7) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5B and B7. RGB value is (42,91,183). Sum of RGB (Red+Green+Blue) = 42+91+183=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #2A5BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BB7 is #D5A448. Grayscale: #565656. Windows color (decimal): -14001225 or 12016426. OLE color: 12016426.

HSL color Cylindrical-coordinate representation of color #2A5BB7: hue angle of 219.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5BB7 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4291183-
CMYK0.770.5000.28
HSL219.15º62.67%44.12%-
HSV(B)219.15º77.05%71.76%-
XYZ13.2411.3946.3-
YUV86.84182.2796.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 183 (71.88% from 255) = 57.91%
R=13.29%
G=28.80%
B=57.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42911830.770.5000.28219.1562.6744.12
Hex2A5BB74D3201Cdb3f2c
Octal52133267115620343337754
Binary101010101101110110111100110111001001110011011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,91,183); }

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

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

 a { background-color: rgb(42,91,183); }

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

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

 span { border-color: rgb(42,91,183); }

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