Html Css Color HEX #3860BA Cerulean Blue

📋 copy color: '#3860BA'

red 56 ◦ green 96 ◦ blue 186

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

Shades of Cerulean Blue #3860BA

Tints of Cerulean Blue #3860BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 16.57%
G = 28.4%
B = 55.03%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3860BA (or 0x3860BA) is known color: Cerulean Blue. HEX triplet: 38, 60 and BA. RGB value is (56,96,186). Sum of RGB (Red+Green+Blue) = 56+96+186=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3860BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860BA is #C79F45. Grayscale: #5D5D5D. Windows color (decimal): -13082438 or 12214328. OLE color: 12214328.

HSL color Cylindrical-coordinate representation of color #3860BA: hue angle of 221.54º 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 #3860BA is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 96 186 -
CMYK 0.70 0.48 0 0.27
HSL 221.54º 0.54% 0.47% -
HSV(B) 221.54º 0.7% 0.73% -
XYZ 14.68 12.75 48.14 -
YUV 94.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 56 96 186 0.70 0.48 0 0.27 221.54 0.54 0.47
Hex 38 60 BA 46 30 0 1B DE 36 2F
Octal 70 140 272 106 60 0 33 336 66 57
Binary 111000 1100000 10111010 1000110 110000 0 11011 11011110 110110 101111

Color Harmonies of #3860BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3860BA

Black with #3860BA

Text Example


Text Example

White with #3860BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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