Html Css Color HEX #2961BC Cerulean Blue

📋 copy color: '#2961BC'

red 41 ◦ green 97 ◦ blue 188

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

Shades of Cerulean Blue #2961BC

Tints of Cerulean Blue #2961BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 12.58%
G = 29.75%
B = 57.67%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2961BC (or 0x2961BC) is known color: Cerulean Blue. HEX triplet: 29, 61 and BC. RGB value is (41,97,188). Sum of RGB (Red+Green+Blue) = 41+97+188=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2961BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961BC is #D69E43. Grayscale: #5A5A5A. Windows color (decimal): -14065220 or 12345641. OLE color: 12345641.

HSL color Cylindrical-coordinate representation of color #2961BC: hue angle of 217.14º 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 #2961BC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 97 188 -
CMYK 0.78 0.48 0 0.26
HSL 217.14º 0.64% 0.45% -
HSV(B) 217.14º 0.78% 0.74% -
XYZ 14.27 12.65 49.27 -
YUV 90.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 41 97 188 0.78 0.48 0 0.26 217.14 0.64 0.45
Hex 29 61 BC 4E 30 0 1A D9 40 2D
Octal 51 141 274 116 60 0 32 331 100 55
Binary 101001 1100001 10111100 1001110 110000 0 11010 11011001 1000000 101101

Color Harmonies of #2961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961BC

Black with #2961BC

Text Example


Text Example

White with #2961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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