Html Css Color HEX #3164BB Cerulean Blue

📋 copy color: '#3164BB'

red 49 ◦ green 100 ◦ blue 187

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

Shades of Cerulean Blue #3164BB

Tints of Cerulean Blue #3164BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 14.58%
G = 29.76%
B = 55.65%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3164BB (or 0x3164BB) is known color: Cerulean Blue. HEX triplet: 31, 64 and BB. RGB value is (49,100,187). Sum of RGB (Red+Green+Blue) = 49+100+187=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #3164BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164BB is #CE9B44. Grayscale: #5E5E5E. Windows color (decimal): -13540165 or 12280881. OLE color: 12280881.

HSL color Cylindrical-coordinate representation of color #3164BB: hue angle of 217.83º 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 #3164BB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 100 187 -
CMYK 0.74 0.47 0 0.27
HSL 217.83º 0.58% 0.46% -
HSV(B) 217.83º 0.74% 0.73% -
XYZ 14.79 13.36 48.81 -
YUV 94.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 49 100 187 0.74 0.47 0 0.27 217.83 0.58 0.46
Hex 31 64 BB 4A 2F 0 1B DA 3A 2E
Octal 61 144 273 112 57 0 33 332 72 56
Binary 110001 1100100 10111011 1001010 101111 0 11011 11011010 111010 101110

Color Harmonies of #3164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3164BB

Black with #3164BB

Text Example


Text Example

White with #3164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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