Html Css Color HEX #3168BB Cerulean Blue

📋 copy color: '#3168BB'

red 49 ◦ green 104 ◦ blue 187

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

Shades of Cerulean Blue #3168BB

Tints of Cerulean Blue #3168BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 14.41%
G = 30.59%
B = 55%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3168BB (or 0x3168BB) is known color: Cerulean Blue. HEX triplet: 31, 68 and BB. RGB value is (49,104,187). Sum of RGB (Red+Green+Blue) = 49+104+187=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #3168BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168BB is #CE9744. Grayscale: #606060. Windows color (decimal): -13539141 or 12281905. OLE color: 12281905.

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

Color convert

RGB 49 104 187 -
CMYK 0.74 0.44 0 0.27
HSL 216.09º 0.58% 0.46% -
HSV(B) 216.09º 0.74% 0.73% -
XYZ 15.19 14.14 48.94 -
YUV 97.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 49 104 187 0.74 0.44 0 0.27 216.09 0.58 0.46
Hex 31 68 BB 4A 2C 0 1B D8 3A 2E
Octal 61 150 273 112 54 0 33 330 72 56
Binary 110001 1101000 10111011 1001010 101100 0 11011 11011000 111010 101110

Color Harmonies of #3168BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168BB

Black with #3168BB

Text Example


Text Example

White with #3168BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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