Html Css Color HEX #3968BA Cerulean Blue

📋 copy color: '#3968BA'

red 57 ◦ green 104 ◦ blue 186

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

Shades of Cerulean Blue #3968BA

Tints of Cerulean Blue #3968BA

RGB

 RED value IS 57 (22.66% from 255) = 16.43%

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

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

R = 16.43%
G = 29.97%
B = 53.6%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3968BA (or 0x3968BA) is known color: Cerulean Blue. HEX triplet: 39, 68 and BA. RGB value is (57,104,186). Sum of RGB (Red+Green+Blue) = 57+104+186=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3968BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968BA is #C69745. Grayscale: #626262. Windows color (decimal): -13014854 or 12216377. OLE color: 12216377.

HSL color Cylindrical-coordinate representation of color #3968BA: hue angle of 218.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3968BA is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 104 186 -
CMYK 0.69 0.44 0 0.27
HSL 218.14º 0.53% 0.48% -
HSV(B) 218.14º 0.69% 0.73% -
XYZ 15.5 14.32 48.4 -
YUV 99.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 57 104 186 0.69 0.44 0 0.27 218.14 0.53 0.48
Hex 39 68 BA 45 2C 0 1B DA 35 30
Octal 71 150 272 105 54 0 33 332 65 60
Binary 111001 1101000 10111010 1000101 101100 0 11011 11011010 110101 110000

Color Harmonies of #3968BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3968BA

Black with #3968BA

Text Example


Text Example

White with #3968BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,104,186); }

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

background-color css

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

 a { background-color: rgb(57,104,186); }

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

border-color css

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

 span { border-color: rgb(57,104,186); }

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