Html Css Color HEX #3146BC Cerulean Blue

📋 copy color: '#3146BC'

red 49 ◦ green 70 ◦ blue 188

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

Shades of Cerulean Blue #3146BC

Tints of Cerulean Blue #3146BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 15.96%
G = 22.8%
B = 61.24%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3146BC (or 0x3146BC) is known color: Cerulean Blue. HEX triplet: 31, 46 and BC. RGB value is (49,70,188). Sum of RGB (Red+Green+Blue) = 49+70+188=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #3146BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3146BC is #CEB943. Grayscale: #4C4C4C. Windows color (decimal): -13547844 or 12338737. OLE color: 12338737.

HSL color Cylindrical-coordinate representation of color #3146BC: hue angle of 230.94º 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 #3146BC is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 70 188 -
CMYK 0.74 0.63 0 0.26
HSL 230.94º 0.59% 0.46% -
HSV(B) 230.94º 0.74% 0.74% -
XYZ 12.53 8.66 48.59 -
YUV 77.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 49 70 188 0.74 0.63 0 0.26 230.94 0.59 0.46
Hex 31 46 BC 4A 3F 0 1A E7 3B 2E
Octal 61 106 274 112 77 0 32 347 73 56
Binary 110001 1000110 10111100 1001010 111111 0 11010 11100111 111011 101110

Color Harmonies of #3146BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3146BC

Black with #3146BC

Text Example


Text Example

White with #3146BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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