Html Css Color HEX #2B5CBA Cerulean Blue

📋 copy color: '#2B5CBA'

red 43 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #2B5CBA

Tints of Cerulean Blue #2B5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 13.4%
G = 28.66%
B = 57.94%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B5CBA (or 0x2B5CBA) is known color: Cerulean Blue. HEX triplet: 2B, 5C and BA. RGB value is (43,92,186). Sum of RGB (Red+Green+Blue) = 43+92+186=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CBA is #D4A345. Grayscale: #575757. Windows color (decimal): -13935430 or 12213291. OLE color: 12213291.

HSL color Cylindrical-coordinate representation of color #2B5CBA: hue angle of 219.44º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5CBA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 92 186 -
CMYK 0.77 0.51 0 0.27
HSL 219.44º 0.62% 0.45% -
HSV(B) 219.44º 0.77% 0.73% -
XYZ 13.69 11.71 47.99 -
YUV 88.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 43 92 186 0.77 0.51 0 0.27 219.44 0.62 0.45
Hex 2B 5C BA 4D 33 0 1B DB 3E 2D
Octal 53 134 272 115 63 0 33 333 76 55
Binary 101011 1011100 10111010 1001101 110011 0 11011 11011011 111110 101101

Color Harmonies of #2B5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CBA

Black with #2B5CBA

Text Example


Text Example

White with #2B5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,92,186); }

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

background-color css

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

 a { background-color: rgb(43,92,186); }

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

border-color css

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

 span { border-color: rgb(43,92,186); }

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