Html Css Color HEX #385FDE Royal Blue

📋 copy color: '#385FDE'

red 56 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #385FDE

Tints of Royal Blue #385FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 15.01%
G = 25.47%
B = 59.52%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385FDE (or 0x385FDE) is known color: Royal Blue. HEX triplet: 38, 5F and DE. RGB value is (56,95,222). Sum of RGB (Red+Green+Blue) = 56+95+222=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #385FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDE is #C7A021. Grayscale: #616161. Windows color (decimal): -13082658 or 14573368. OLE color: 14573368.

HSL color Cylindrical-coordinate representation of color #385FDE: hue angle of 225.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385FDE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 95 222 -
CMYK 0.75 0.57 0 0.13
HSL 225.9º 0.72% 0.55% -
HSV(B) 225.9º 0.75% 0.87% -
XYZ 18.91 14.3 70.87 -
YUV 97.82 198.08 98.17 -
System Red Green Blue C M Y K H S L
Decimal 56 95 222 0.75 0.57 0 0.13 225.9 0.72 0.55
Hex 38 5F DE 4B 39 0 D E2 48 37
Octal 70 137 336 113 71 0 15 342 110 67
Binary 111000 1011111 11011110 1001011 111001 0 1101 11100010 1001000 110111

Color Harmonies of #385FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FDE

Black with #385FDE

Text Example


Text Example

White with #385FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385FDE; }

 p { color: rgb(56,95,222); }

 H1.HeaderClassName
 {
   color: #385FDE;
 }
 .AnyTagClassName
 {
   color: #385FDE;
 }
</style>

background-color css

<style>
 a { background-color: #385FDE; }

 a { background-color: rgb(56,95,222); }

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

border-color css

<style>
 span { border-color: #385FDE; }

 span { border-color: rgb(56,95,222); }

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