Html Css Color HEX #3148BE Cerulean Blue

📋 copy color: '#3148BE'

red 49 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #3148BE

Tints of Cerulean Blue #3148BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 15.76%
G = 23.15%
B = 61.09%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3148BE (or 0x3148BE) is known color: Cerulean Blue. HEX triplet: 31, 48 and BE. RGB value is (49,72,190). Sum of RGB (Red+Green+Blue) = 49+72+190=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #3148BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148BE is #CEB741. Grayscale: #4E4E4E. Windows color (decimal): -13547330 or 12470321. OLE color: 12470321.

HSL color Cylindrical-coordinate representation of color #3148BE: hue angle of 230.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3148BE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 72 190 -
CMYK 0.74 0.62 0 0.25
HSL 230.21º 0.59% 0.47% -
HSV(B) 230.21º 0.74% 0.75% -
XYZ 12.88 9.01 49.77 -
YUV 78.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 49 72 190 0.74 0.62 0 0.25 230.21 0.59 0.47
Hex 31 48 BE 4A 3E 0 19 E6 3B 2F
Octal 61 110 276 112 76 0 31 346 73 57
Binary 110001 1001000 10111110 1001010 111110 0 11001 11100110 111011 101111

Color Harmonies of #3148BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3148BE

Black with #3148BE

Text Example


Text Example

White with #3148BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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