Html Css Color HEX #2946CA Cerulean Blue

📋 copy color: '#2946CA'

red 41 ◦ green 70 ◦ blue 202

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

Shades of Cerulean Blue #2946CA

Tints of Cerulean Blue #2946CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 13.1%
G = 22.36%
B = 64.54%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2946CA (or 0x2946CA) is known color: Cerulean Blue. HEX triplet: 29, 46 and CA. RGB value is (41,70,202). Sum of RGB (Red+Green+Blue) = 41+70+202=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #2946CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946CA is #D6B935. Grayscale: #4B4B4B. Windows color (decimal): -14072118 or 13256233. OLE color: 13256233.

HSL color Cylindrical-coordinate representation of color #2946CA: hue angle of 229.19º 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 #2946CA is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 70 202 -
CMYK 0.80 0.65 0 0.21
HSL 229.19º 0.66% 0.48% -
HSV(B) 229.19º 0.8% 0.79% -
XYZ 13.77 9.12 56.91 -
YUV 76.38 198.89 102.77 -
System Red Green Blue C M Y K H S L
Decimal 41 70 202 0.80 0.65 0 0.21 229.19 0.66 0.48
Hex 29 46 CA 50 41 0 15 E5 42 30
Octal 51 106 312 120 101 0 25 345 102 60
Binary 101001 1000110 11001010 1010000 1000001 0 10101 11100101 1000010 110000

Color Harmonies of #2946CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946CA

Black with #2946CA

Text Example


Text Example

White with #2946CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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