Html Css Color HEX #2B5BB3 Cerulean Blue

📋 copy color: '#2B5BB3'

red 43 ◦ green 91 ◦ blue 179

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

Shades of Cerulean Blue #2B5BB3

Tints of Cerulean Blue #2B5BB3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 13.74%
G = 29.07%
B = 57.19%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2B5BB3 (or 0x2B5BB3) is known color: Cerulean Blue. HEX triplet: 2B, 5B and B3. RGB value is (43,91,179). Sum of RGB (Red+Green+Blue) = 43+91+179=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B5BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BB3 is #D4A44C. Grayscale: #565656. Windows color (decimal): -13935693 or 11754283. OLE color: 11754283.

HSL color Cylindrical-coordinate representation of color #2B5BB3: hue angle of 218.82º 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 #2B5BB3 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 91 179 -
CMYK 0.76 0.49 0 0.30
HSL 218.82º 0.61% 0.44% -
HSV(B) 218.82º 0.76% 0.7% -
XYZ 12.87 11.25 44.14 -
YUV 86.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 43 91 179 0.76 0.49 0 0.30 218.82 0.61 0.44
Hex 2B 5B B3 4C 31 0 1E DB 3D 2C
Octal 53 133 263 114 61 0 36 333 75 54
Binary 101011 1011011 10110011 1001100 110001 0 11110 11011011 111101 101100

Color Harmonies of #2B5BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BB3

Black with #2B5BB3

Text Example


Text Example

White with #2B5BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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