Html Css Color HEX #385CE9 Royal Blue

📋 copy color: '#385CE9'

red 56 ◦ green 92 ◦ blue 233

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

Shades of Royal Blue #385CE9

Tints of Royal Blue #385CE9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 233 (91.41% from 255) = 61.15%

R = 14.7%
G = 24.15%
B = 61.15%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#385CE9 (or 0x385CE9) is known color: Royal Blue. HEX triplet: 38, 5C and E9. RGB value is (56,92,233). Sum of RGB (Red+Green+Blue) = 56+92+233=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #385CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CE9 is #C7A316. Grayscale: #606060. Windows color (decimal): -13083415 or 15293496. OLE color: 15293496.

HSL color Cylindrical-coordinate representation of color #385CE9: hue angle of 227.8º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385CE9 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 92 233 -
CMYK 0.76 0.61 0 0.09
HSL 227.8º 0.8% 0.57% -
HSV(B) 227.8º 0.76% 0.91% -
XYZ 20.17 14.38 78.8 -
YUV 97.31 204.57 98.54 -
System Red Green Blue C M Y K H S L
Decimal 56 92 233 0.76 0.61 0 0.09 227.8 0.8 0.57
Hex 38 5C E9 4C 3D 0 9 E4 50 39
Octal 70 134 351 114 75 0 11 344 120 71
Binary 111000 1011100 11101001 1001100 111101 0 1001 11100100 1010000 111001

Color Harmonies of #385CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CE9

Black with #385CE9

Text Example


Text Example

White with #385CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,233); }

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

background-color css

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

 a { background-color: rgb(56,92,233); }

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

border-color css

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

 span { border-color: rgb(56,92,233); }

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