Html Css Color HEX #386EBD Curious Blue

📋 copy color: '#386EBD'

red 56 ◦ green 110 ◦ blue 189

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

Shades of Curious Blue #386EBD

Tints of Curious Blue #386EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 15.77%
G = 30.99%
B = 53.24%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#386EBD (or 0x386EBD) is known color: Curious Blue. HEX triplet: 38, 6E and BD. RGB value is (56,110,189). Sum of RGB (Red+Green+Blue) = 56+110+189=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #386EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EBD is #C79142. Grayscale: #666666. Windows color (decimal): -13078851 or 12414520. OLE color: 12414520.

HSL color Cylindrical-coordinate representation of color #386EBD: hue angle of 215.64º 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 #386EBD is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 110 189 -
CMYK 0.70 0.42 0 0.26
HSL 215.64º 0.54% 0.48% -
HSV(B) 215.64º 0.7% 0.74% -
XYZ 16.39 15.67 50.3 -
YUV 102.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 56 110 189 0.70 0.42 0 0.26 215.64 0.54 0.48
Hex 38 6E BD 46 2A 0 1A D8 36 30
Octal 70 156 275 106 52 0 32 330 66 60
Binary 111000 1101110 10111101 1000110 101010 0 11010 11011000 110110 110000

Color Harmonies of #386EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EBD

Black with #386EBD

Text Example


Text Example

White with #386EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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