Html Css Color HEX #3148A6 Cerulean Blue

📋 copy color: '#3148A6'

red 49 ◦ green 72 ◦ blue 166

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

Shades of Cerulean Blue #3148A6

Tints of Cerulean Blue #3148A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.84%

R = 17.07%
G = 25.09%
B = 57.84%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3148A6 (or 0x3148A6) is known color: Cerulean Blue. HEX triplet: 31, 48 and A6. RGB value is (49,72,166). Sum of RGB (Red+Green+Blue) = 49+72+166=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #3148A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3148A6 is #CEB759. Grayscale: #4B4B4B. Windows color (decimal): -13547354 or 10897457. OLE color: 10897457.

HSL color Cylindrical-coordinate representation of color #3148A6: hue angle of 228.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3148A6 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 72 166 -
CMYK 0.70 0.57 0 0.35
HSL 228.21º 0.54% 0.42% -
HSV(B) 228.21º 0.7% 0.65% -
XYZ 10.47 8.04 37.08 -
YUV 75.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 49 72 166 0.70 0.57 0 0.35 228.21 0.54 0.42
Hex 31 48 A6 46 39 0 23 E4 36 2A
Octal 61 110 246 106 71 0 43 344 66 52
Binary 110001 1001000 10100110 1000110 111001 0 100011 11100100 110110 101010

Color Harmonies of #3148A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3148A6

Black with #3148A6

Text Example


Text Example

White with #3148A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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