Html Css Color HEX #2C51BA Cerulean Blue

📋 copy color: '#2C51BA'

red 44 ◦ green 81 ◦ blue 186

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

Shades of Cerulean Blue #2C51BA

Tints of Cerulean Blue #2C51BA

RGB

 RED value IS 44 (17.58% from 255) = 14.15%

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 14.15%
G = 26.05%
B = 59.81%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C51BA (or 0x2C51BA) is known color: Cerulean Blue. HEX triplet: 2C, 51 and BA. RGB value is (44,81,186). Sum of RGB (Red+Green+Blue) = 44+81+186=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C51BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C51BA is #D3AE45. Grayscale: #515151. Windows color (decimal): -13872710 or 12210476. OLE color: 12210476.

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

Color convert

RGB 44 81 186 -
CMYK 0.76 0.56 0 0.27
HSL 224.37º 0.62% 0.45% -
HSV(B) 224.37º 0.76% 0.73% -
XYZ 12.84 9.97 47.7 -
YUV 81.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 44 81 186 0.76 0.56 0 0.27 224.37 0.62 0.45
Hex 2C 51 BA 4C 38 0 1B E0 3E 2D
Octal 54 121 272 114 70 0 33 340 76 55
Binary 101100 1010001 10111010 1001100 111000 0 11011 11100000 111110 101101

Color Harmonies of #2C51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C51BA

Black with #2C51BA

Text Example


Text Example

White with #2C51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,81,186); }

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

background-color css

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

 a { background-color: rgb(44,81,186); }

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

border-color css

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

 span { border-color: rgb(44,81,186); }

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