Html Css Color HEX #386FCC Royal Blue

📋 copy color: '#386FCC'

red 56 ◦ green 111 ◦ blue 204

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

Shades of Royal Blue #386FCC

Tints of Royal Blue #386FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 15.09%
G = 29.92%
B = 54.99%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#386FCC (or 0x386FCC) is known color: Royal Blue. HEX triplet: 38, 6F and CC. RGB value is (56,111,204). Sum of RGB (Red+Green+Blue) = 56+111+204=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #386FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FCC is #C79033. Grayscale: #686868. Windows color (decimal): -13078580 or 13397816. OLE color: 13397816.

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

Color convert

RGB 56 111 204 -
CMYK 0.73 0.46 0 0.2
HSL 217.7º 0.59% 0.51% -
HSV(B) 217.7º 0.73% 0.8% -
XYZ 18.21 16.57 59.36 -
YUV 105.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 56 111 204 0.73 0.46 0 0.2 217.7 0.59 0.51
Hex 38 6F CC 49 2E 0 14 DA 3B 33
Octal 70 157 314 111 56 0 24 332 73 63
Binary 111000 1101111 11001100 1001001 101110 0 10100 11011010 111011 110011

Color Harmonies of #386FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FCC

Black with #386FCC

Text Example


Text Example

White with #386FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,204); }

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

background-color css

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

 a { background-color: rgb(56,111,204); }

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

border-color css

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

 span { border-color: rgb(56,111,204); }

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