Html Css Color HEX #386ACB Royal Blue

📋 copy color: '#386ACB'

red 56 ◦ green 106 ◦ blue 203

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

Shades of Royal Blue #386ACB

Tints of Royal Blue #386ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 15.34%
G = 29.04%
B = 55.62%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#386ACB (or 0x386ACB) is known color: Royal Blue. HEX triplet: 38, 6A and CB. RGB value is (56,106,203). Sum of RGB (Red+Green+Blue) = 56+106+203=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #386ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ACB is #C79534. Grayscale: #656565. Windows color (decimal): -13079861 or 13331000. OLE color: 13331000.

HSL color Cylindrical-coordinate representation of color #386ACB: hue angle of 219.59º 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 #386ACB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 106 203 -
CMYK 0.72 0.48 0 0.20
HSL 219.59º 0.59% 0.51% -
HSV(B) 219.59º 0.72% 0.8% -
XYZ 17.56 15.46 58.56 -
YUV 102.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 56 106 203 0.72 0.48 0 0.20 219.59 0.59 0.51
Hex 38 6A CB 48 30 0 14 DC 3B 33
Octal 70 152 313 110 60 0 24 334 73 63
Binary 111000 1101010 11001011 1001000 110000 0 10100 11011100 111011 110011

Color Harmonies of #386ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386ACB

Black with #386ACB

Text Example


Text Example

White with #386ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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