Html Css Color HEX #3148CA Cerulean Blue

📋 copy color: '#3148CA'

red 49 ◦ green 72 ◦ blue 202

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

Shades of Cerulean Blue #3148CA

Tints of Cerulean Blue #3148CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

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

R = 15.17%
G = 22.29%
B = 62.54%

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

#3148CA (or 0x3148CA) is known color: Cerulean Blue. HEX triplet: 31, 48 and CA. RGB value is (49,72,202). Sum of RGB (Red+Green+Blue) = 49+72+202=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #3148CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148CA is #CEB735. Grayscale: #4F4F4F. Windows color (decimal): -13547318 or 13256753. OLE color: 13256753.

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

Color convert

RGB 49 72 202 -
CMYK 0.76 0.64 0 0.21
HSL 230.98º 0.61% 0.49% -
HSV(B) 230.98º 0.76% 0.79% -
XYZ 14.24 9.55 56.97 -
YUV 79.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 49 72 202 0.76 0.64 0 0.21 230.98 0.61 0.49
Hex 31 48 CA 4C 40 0 15 E7 3D 31
Octal 61 110 312 114 100 0 25 347 75 61
Binary 110001 1001000 11001010 1001100 1000000 0 10101 11100111 111101 110001

Color Harmonies of #3148CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3148CA

Black with #3148CA

Text Example


Text Example

White with #3148CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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