Html Css Color HEX #3164BA Cerulean Blue

📋 copy color: '#3164BA'

red 49 ◦ green 100 ◦ blue 186

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

Shades of Cerulean Blue #3164BA

Tints of Cerulean Blue #3164BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 14.63%
G = 29.85%
B = 55.52%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3164BA (or 0x3164BA) is known color: Cerulean Blue. HEX triplet: 31, 64 and BA. RGB value is (49,100,186). Sum of RGB (Red+Green+Blue) = 49+100+186=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #3164BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164BA is #CE9B45. Grayscale: #5E5E5E. Windows color (decimal): -13540166 or 12215345. OLE color: 12215345.

HSL color Cylindrical-coordinate representation of color #3164BA: hue angle of 217.66º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3164BA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 100 186 -
CMYK 0.74 0.46 0 0.27
HSL 217.66º 0.58% 0.46% -
HSV(B) 217.66º 0.74% 0.73% -
XYZ 14.69 13.31 48.25 -
YUV 94.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 49 100 186 0.74 0.46 0 0.27 217.66 0.58 0.46
Hex 31 64 BA 4A 2E 0 1B DA 3A 2E
Octal 61 144 272 112 56 0 33 332 72 56
Binary 110001 1100100 10111010 1001010 101110 0 11011 11011010 111010 101110

Color Harmonies of #3164BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3164BA

Black with #3164BA

Text Example


Text Example

White with #3164BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3164BA; }

 p { color: rgb(49,100,186); }

 H1.HeaderClassName
 {
   color: #3164BA;
 }
 .AnyTagClassName
 {
   color: #3164BA;
 }
</style>

background-color css

<style>
 a { background-color: #3164BA; }

 a { background-color: rgb(49,100,186); }

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

border-color css

<style>
 span { border-color: #3164BA; }

 span { border-color: rgb(49,100,186); }

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