Html Css Color HEX #3149CA Cerulean Blue

📋 copy color: '#3149CA'

red 49 ◦ green 73 ◦ blue 202

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

Shades of Cerulean Blue #3149CA

Tints of Cerulean Blue #3149CA

RGB

 RED value IS 49 (19.53% from 255) = 15.12%

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 15.12%
G = 22.53%
B = 62.35%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3149CA (or 0x3149CA) is known color: Cerulean Blue. HEX triplet: 31, 49 and CA. RGB value is (49,73,202). Sum of RGB (Red+Green+Blue) = 49+73+202=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #3149CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149CA is #CEB635. Grayscale: #4F4F4F. Windows color (decimal): -13547062 or 13257009. OLE color: 13257009.

HSL color Cylindrical-coordinate representation of color #3149CA: hue angle of 230.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3149CA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 73 202 -
CMYK 0.76 0.64 0 0.21
HSL 230.59º 0.61% 0.49% -
HSV(B) 230.59º 0.76% 0.79% -
XYZ 14.31 9.68 56.99 -
YUV 80.53 196.55 105.51 -
System Red Green Blue C M Y K H S L
Decimal 49 73 202 0.76 0.64 0 0.21 230.59 0.61 0.49
Hex 31 49 CA 4C 40 0 15 E7 3D 31
Octal 61 111 312 114 100 0 25 347 75 61
Binary 110001 1001001 11001010 1001100 1000000 0 10101 11100111 111101 110001

Color Harmonies of #3149CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149CA

Black with #3149CA

Text Example


Text Example

White with #3149CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,73,202); }

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

background-color css

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

 a { background-color: rgb(49,73,202); }

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

border-color css

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

 span { border-color: rgb(49,73,202); }

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