Html Css Color HEX #2951BC Cerulean Blue

📋 copy color: '#2951BC'

red 41 ◦ green 81 ◦ blue 188

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

Shades of Cerulean Blue #2951BC

Tints of Cerulean Blue #2951BC

RGB

 RED value IS 41 (16.41% from 255) = 13.23%

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

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

R = 13.23%
G = 26.13%
B = 60.65%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2951BC (or 0x2951BC) is known color: Cerulean Blue. HEX triplet: 29, 51 and BC. RGB value is (41,81,188). Sum of RGB (Red+Green+Blue) = 41+81+188=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2951BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951BC is #D6AE43. Grayscale: #505050. Windows color (decimal): -14069316 or 12341545. OLE color: 12341545.

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

Color convert

RGB 41 81 188 -
CMYK 0.78 0.57 0 0.26
HSL 223.67º 0.64% 0.45% -
HSV(B) 223.67º 0.78% 0.74% -
XYZ 12.93 9.99 48.82 -
YUV 81.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 41 81 188 0.78 0.57 0 0.26 223.67 0.64 0.45
Hex 29 51 BC 4E 39 0 1A E0 40 2D
Octal 51 121 274 116 71 0 32 340 100 55
Binary 101001 1010001 10111100 1001110 111001 0 11010 11100000 1000000 101101

Color Harmonies of #2951BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951BC

Black with #2951BC

Text Example


Text Example

White with #2951BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2951BC; }

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

 H1.HeaderClassName
 {
   color: #2951BC;
 }
 .AnyTagClassName
 {
   color: #2951BC;
 }
</style>

background-color css

<style>
 a { background-color: #2951BC; }

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

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

border-color css

<style>
 span { border-color: #2951BC; }

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

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