Html Css Color HEX #2961C0 Cerulean Blue

📋 copy color: '#2961C0'

red 41 ◦ green 97 ◦ blue 192

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

Shades of Cerulean Blue #2961C0

Tints of Cerulean Blue #2961C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.18%

R = 12.42%
G = 29.39%
B = 58.18%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2961C0 (or 0x2961C0) is known color: Cerulean Blue. HEX triplet: 29, 61 and C0. RGB value is (41,97,192). Sum of RGB (Red+Green+Blue) = 41+97+192=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #2961C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961C0 is #D69E3F. Grayscale: #5A5A5A. Windows color (decimal): -14065216 or 12607785. OLE color: 12607785.

HSL color Cylindrical-coordinate representation of color #2961C0: hue angle of 217.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2961C0 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 97 192 -
CMYK 0.79 0.49 0 0.25
HSL 217.75º 0.65% 0.46% -
HSV(B) 217.75º 0.79% 0.75% -
XYZ 14.7 12.83 51.57 -
YUV 91.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 41 97 192 0.79 0.49 0 0.25 217.75 0.65 0.46
Hex 29 61 C0 4F 31 0 19 DA 41 2E
Octal 51 141 300 117 61 0 31 332 101 56
Binary 101001 1100001 11000000 1001111 110001 0 11001 11011010 1000001 101110

Color Harmonies of #2961C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961C0

Black with #2961C0

Text Example


Text Example

White with #2961C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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