Html Css Color HEX #3866BA Cerulean Blue

📋 copy color: '#3866BA'

red 56 ◦ green 102 ◦ blue 186

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

Shades of Cerulean Blue #3866BA

Tints of Cerulean Blue #3866BA

RGB

 RED value IS 56 (22.27% from 255) = 16.28%

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 16.28%
G = 29.65%
B = 54.07%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3866BA (or 0x3866BA) is known color: Cerulean Blue. HEX triplet: 38, 66 and BA. RGB value is (56,102,186). Sum of RGB (Red+Green+Blue) = 56+102+186=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #3866BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866BA is #C79945. Grayscale: #616161. Windows color (decimal): -13080902 or 12215864. OLE color: 12215864.

HSL color Cylindrical-coordinate representation of color #3866BA: hue angle of 218.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3866BA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 102 186 -
CMYK 0.70 0.45 0 0.27
HSL 218.77º 0.54% 0.47% -
HSV(B) 218.77º 0.7% 0.73% -
XYZ 15.25 13.89 48.33 -
YUV 97.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 56 102 186 0.70 0.45 0 0.27 218.77 0.54 0.47
Hex 38 66 BA 46 2D 0 1B DB 36 2F
Octal 70 146 272 106 55 0 33 333 66 57
Binary 111000 1100110 10111010 1000110 101101 0 11011 11011011 110110 101111

Color Harmonies of #3866BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3866BA

Black with #3866BA

Text Example


Text Example

White with #3866BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,102,186); }

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

background-color css

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

 a { background-color: rgb(56,102,186); }

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

border-color css

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

 span { border-color: rgb(56,102,186); }

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