Html Css Color HEX #2961BD Cerulean Blue

📋 copy color: '#2961BD'

red 41 ◦ green 97 ◦ blue 189

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

Shades of Cerulean Blue #2961BD

Tints of Cerulean Blue #2961BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 12.54%
G = 29.66%
B = 57.8%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2961BD (or 0x2961BD) is known color: Cerulean Blue. HEX triplet: 29, 61 and BD. RGB value is (41,97,189). Sum of RGB (Red+Green+Blue) = 41+97+189=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #2961BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961BD is #D69E42. Grayscale: #5A5A5A. Windows color (decimal): -14065219 or 12411177. OLE color: 12411177.

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

Color convert

RGB 41 97 189 -
CMYK 0.78 0.49 0 0.26
HSL 217.3º 0.64% 0.45% -
HSV(B) 217.3º 0.78% 0.74% -
XYZ 14.37 12.69 49.84 -
YUV 90.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 41 97 189 0.78 0.49 0 0.26 217.3 0.64 0.45
Hex 29 61 BD 4E 31 0 1A D9 40 2D
Octal 51 141 275 116 61 0 32 331 100 55
Binary 101001 1100001 10111101 1001110 110001 0 11010 11011001 1000000 101101

Color Harmonies of #2961BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961BD

Black with #2961BD

Text Example


Text Example

White with #2961BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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