Html Css Color HEX #386EBC Curious Blue

📋 copy color: '#386EBC'

red 56 ◦ green 110 ◦ blue 188

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

Shades of Curious Blue #386EBC

Tints of Curious Blue #386EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 15.82%
G = 31.07%
B = 53.11%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#386EBC (or 0x386EBC) is known color: Curious Blue. HEX triplet: 38, 6E and BC. RGB value is (56,110,188). Sum of RGB (Red+Green+Blue) = 56+110+188=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #386EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EBC is #C79143. Grayscale: #666666. Windows color (decimal): -13078852 or 12348984. OLE color: 12348984.

HSL color Cylindrical-coordinate representation of color #386EBC: hue angle of 215.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386EBC is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 110 188 -
CMYK 0.70 0.41 0 0.26
HSL 215.45º 0.54% 0.48% -
HSV(B) 215.45º 0.7% 0.74% -
XYZ 16.28 15.62 49.73 -
YUV 102.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 56 110 188 0.70 0.41 0 0.26 215.45 0.54 0.48
Hex 38 6E BC 46 29 0 1A D7 36 30
Octal 70 156 274 106 51 0 32 327 66 60
Binary 111000 1101110 10111100 1000110 101001 0 11010 11010111 110110 110000

Color Harmonies of #386EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EBC

Black with #386EBC

Text Example


Text Example

White with #386EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,188); }

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

background-color css

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

 a { background-color: rgb(56,110,188); }

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

border-color css

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

 span { border-color: rgb(56,110,188); }

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