Html Css Color HEX #2C51BC Cerulean Blue

📋 copy color: '#2C51BC'

red 44 ◦ green 81 ◦ blue 188

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

Shades of Cerulean Blue #2C51BC

Tints of Cerulean Blue #2C51BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 14.06%
G = 25.88%
B = 60.06%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C51BC (or 0x2C51BC) is known color: Cerulean Blue. HEX triplet: 2C, 51 and BC. RGB value is (44,81,188). Sum of RGB (Red+Green+Blue) = 44+81+188=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C51BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C51BC is #D3AE43. Grayscale: #515151. Windows color (decimal): -13872708 or 12341548. OLE color: 12341548.

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

Color convert

RGB 44 81 188 -
CMYK 0.77 0.57 0 0.26
HSL 224.58º 0.62% 0.45% -
HSV(B) 224.58º 0.77% 0.74% -
XYZ 13.06 10.05 48.83 -
YUV 82.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 44 81 188 0.77 0.57 0 0.26 224.58 0.62 0.45
Hex 2C 51 BC 4D 39 0 1A E1 3E 2D
Octal 54 121 274 115 71 0 32 341 76 55
Binary 101100 1010001 10111100 1001101 111001 0 11010 11100001 111110 101101

Color Harmonies of #2C51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C51BC

Black with #2C51BC

Text Example


Text Example

White with #2C51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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