Html Css Color HEX #2961CA Cerulean Blue

📋 copy color: '#2961CA'

red 41 ◦ green 97 ◦ blue 202

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

Shades of Cerulean Blue #2961CA

Tints of Cerulean Blue #2961CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 12.06%
G = 28.53%
B = 59.41%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2961CA (or 0x2961CA) is known color: Cerulean Blue. HEX triplet: 29, 61 and CA. RGB value is (41,97,202). Sum of RGB (Red+Green+Blue) = 41+97+202=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #2961CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961CA is #D69E35. Grayscale: #5B5B5B. Windows color (decimal): -14065206 or 13263145. OLE color: 13263145.

HSL color Cylindrical-coordinate representation of color #2961CA: hue angle of 219.13º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2961CA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 97 202 -
CMYK 0.80 0.52 0 0.21
HSL 219.13º 0.66% 0.48% -
HSV(B) 219.13º 0.8% 0.79% -
XYZ 15.85 13.29 57.61 -
YUV 92.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 41 97 202 0.80 0.52 0 0.21 219.13 0.66 0.48
Hex 29 61 CA 50 34 0 15 DB 42 30
Octal 51 141 312 120 64 0 25 333 102 60
Binary 101001 1100001 11001010 1010000 110100 0 10101 11011011 1000010 110000

Color Harmonies of #2961CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961CA

Black with #2961CA

Text Example


Text Example

White with #2961CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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