Html Css Color HEX #2B60BA Cerulean Blue

📋 copy color: '#2B60BA'

red 43 ◦ green 96 ◦ blue 186

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

Shades of Cerulean Blue #2B60BA

Tints of Cerulean Blue #2B60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 13.23%
G = 29.54%
B = 57.23%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B60BA (or 0x2B60BA) is known color: Cerulean Blue. HEX triplet: 2B, 60 and BA. RGB value is (43,96,186). Sum of RGB (Red+Green+Blue) = 43+96+186=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B60BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60BA is #D49F45. Grayscale: #5A5A5A. Windows color (decimal): -13934406 or 12214315. OLE color: 12214315.

HSL color Cylindrical-coordinate representation of color #2B60BA: hue angle of 217.76º 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 #2B60BA is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 96 186 -
CMYK 0.77 0.48 0 0.27
HSL 217.76º 0.62% 0.45% -
HSV(B) 217.76º 0.77% 0.73% -
XYZ 14.04 12.42 48.11 -
YUV 90.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 43 96 186 0.77 0.48 0 0.27 217.76 0.62 0.45
Hex 2B 60 BA 4D 30 0 1B DA 3E 2D
Octal 53 140 272 115 60 0 33 332 76 55
Binary 101011 1100000 10111010 1001101 110000 0 11011 11011010 111110 101101

Color Harmonies of #2B60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B60BA

Black with #2B60BA

Text Example


Text Example

White with #2B60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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