Html Css Color HEX #386ECB Royal Blue

📋 copy color: '#386ECB'

red 56 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #386ECB

Tints of Royal Blue #386ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 15.18%
G = 29.81%
B = 55.01%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#386ECB (or 0x386ECB) is known color: Royal Blue. HEX triplet: 38, 6E and CB. RGB value is (56,110,203). Sum of RGB (Red+Green+Blue) = 56+110+203=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #386ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ECB is #C79134. Grayscale: #686868. Windows color (decimal): -13078837 or 13332024. OLE color: 13332024.

HSL color Cylindrical-coordinate representation of color #386ECB: hue angle of 217.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386ECB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 110 203 -
CMYK 0.72 0.46 0 0.20
HSL 217.96º 0.59% 0.51% -
HSV(B) 217.96º 0.72% 0.8% -
XYZ 17.99 16.3 58.7 -
YUV 104.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 56 110 203 0.72 0.46 0 0.20 217.96 0.59 0.51
Hex 38 6E CB 48 2E 0 14 DA 3B 33
Octal 70 156 313 110 56 0 24 332 73 63
Binary 111000 1101110 11001011 1001000 101110 0 10100 11011010 111011 110011

Color Harmonies of #386ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386ECB

Black with #386ECB

Text Example


Text Example

White with #386ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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