Html Css Color HEX #386CBF Cerulean Blue

📋 copy color: '#386CBF'

red 56 ◦ green 108 ◦ blue 191

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

Shades of Cerulean Blue #386CBF

Tints of Cerulean Blue #386CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 191 (75% from 255) = 53.8%

R = 15.77%
G = 30.42%
B = 53.8%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#386CBF (or 0x386CBF) is known color: Cerulean Blue. HEX triplet: 38, 6C and BF. RGB value is (56,108,191). Sum of RGB (Red+Green+Blue) = 56+108+191=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #386CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CBF is #C79340. Grayscale: #656565. Windows color (decimal): -13079361 or 12545080. OLE color: 12545080.

HSL color Cylindrical-coordinate representation of color #386CBF: hue angle of 216.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #386CBF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 108 191 -
CMYK 0.71 0.43 0 0.25
HSL 216.89º 0.55% 0.48% -
HSV(B) 216.89º 0.71% 0.75% -
XYZ 16.4 15.33 51.38 -
YUV 101.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 56 108 191 0.71 0.43 0 0.25 216.89 0.55 0.48
Hex 38 6C BF 47 2B 0 19 D9 37 30
Octal 70 154 277 107 53 0 31 331 67 60
Binary 111000 1101100 10111111 1000111 101011 0 11001 11011001 110111 110000

Color Harmonies of #386CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CBF

Black with #386CBF

Text Example


Text Example

White with #386CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386CBF; }

 p { color: rgb(56,108,191); }

 H1.HeaderClassName
 {
   color: #386CBF;
 }
 .AnyTagClassName
 {
   color: #386CBF;
 }
</style>

background-color css

<style>
 a { background-color: #386CBF; }

 a { background-color: rgb(56,108,191); }

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

border-color css

<style>
 span { border-color: #386CBF; }

 span { border-color: rgb(56,108,191); }

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