Html Css Color HEX #3148BC Cerulean Blue

📋 copy color: '#3148BC'

red 49 ◦ green 72 ◦ blue 188

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

Shades of Cerulean Blue #3148BC

Tints of Cerulean Blue #3148BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 15.86%
G = 23.3%
B = 60.84%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3148BC (or 0x3148BC) is known color: Cerulean Blue. HEX triplet: 31, 48 and BC. RGB value is (49,72,188). Sum of RGB (Red+Green+Blue) = 49+72+188=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3148BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148BC is #CEB743. Grayscale: #4D4D4D. Windows color (decimal): -13547332 or 12339249. OLE color: 12339249.

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

Color convert

RGB 49 72 188 -
CMYK 0.74 0.62 0 0.26
HSL 230.07º 0.59% 0.46% -
HSV(B) 230.07º 0.74% 0.74% -
XYZ 12.66 8.92 48.63 -
YUV 78.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 49 72 188 0.74 0.62 0 0.26 230.07 0.59 0.46
Hex 31 48 BC 4A 3E 0 1A E6 3B 2E
Octal 61 110 274 112 76 0 32 346 73 56
Binary 110001 1001000 10111100 1001010 111110 0 11010 11100110 111011 101110

Color Harmonies of #3148BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3148BC

Black with #3148BC

Text Example


Text Example

White with #3148BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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