Html Css Color HEX #2B55B3 Cerulean Blue

📋 copy color: '#2B55B3'

red 43 ◦ green 85 ◦ blue 179

#2B55B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2B55B3

Tints of Cerulean Blue #2B55B3

RGB

 RED value IS 43 (17.19% from 255) = 14.01%

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 179 (70.31% from 255) = 58.31%

R = 14.01%
G = 27.69%
B = 58.31%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2B55B3 (or 0x2B55B3) is known color: Cerulean Blue. HEX triplet: 2B, 55 and B3. RGB value is (43,85,179). Sum of RGB (Red+Green+Blue) = 43+85+179=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B55B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B55B3 is #D4AA4C. Grayscale: #525252. Windows color (decimal): -13937229 or 11752747. OLE color: 11752747.

HSL color Cylindrical-coordinate representation of color #2B55B3: hue angle of 221.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B55B3 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 85 179 -
CMYK 0.76 0.53 0 0.30
HSL 221.47º 0.61% 0.44% -
HSV(B) 221.47º 0.76% 0.7% -
XYZ 12.38 10.27 43.98 -
YUV 83.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 43 85 179 0.76 0.53 0 0.30 221.47 0.61 0.44
Hex 2B 55 B3 4C 35 0 1E DD 3D 2C
Octal 53 125 263 114 65 0 36 335 75 54
Binary 101011 1010101 10110011 1001100 110101 0 11110 11011101 111101 101100

Color Harmonies of #2B55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B55B3

Black with #2B55B3

Text Example


Text Example

White with #2B55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,179); }

 H1.HeaderClassName
 {
   color: #2B55B3;
 }
 .AnyTagClassName
 {
   color: #2B55B3;
 }
</style>

background-color css

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

 a { background-color: rgb(43,85,179); }

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

border-color css

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

 span { border-color: rgb(43,85,179); }

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