Html Css Color HEX #385BE7 Royal Blue

📋 copy color: '#385BE7'

red 56 ◦ green 91 ◦ blue 231

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

Shades of Royal Blue #385BE7

Tints of Royal Blue #385BE7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 231 (90.63% from 255) = 61.11%

R = 14.81%
G = 24.07%
B = 61.11%

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

#385BE7 (or 0x385BE7) is known color: Royal Blue. HEX triplet: 38, 5B and E7. RGB value is (56,91,231). Sum of RGB (Red+Green+Blue) = 56+91+231=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #385BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BE7 is #C7A418. Grayscale: #5F5F5F. Windows color (decimal): -13083673 or 15162168. OLE color: 15162168.

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

Color convert

RGB 56 91 231 -
CMYK 0.76 0.61 0 0.09
HSL 228º 0.78% 0.56% -
HSV(B) 228º 0.76% 0.91% -
XYZ 19.8 14.09 77.28 -
YUV 96.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 56 91 231 0.76 0.61 0 0.09 228 0.78 0.56
Hex 38 5B E7 4C 3D 0 9 E4 4E 38
Octal 70 133 347 114 75 0 11 344 116 70
Binary 111000 1011011 11100111 1001100 111101 0 1001 11100100 1001110 111000

Color Harmonies of #385BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BE7

Black with #385BE7

Text Example


Text Example

White with #385BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,231); }

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

background-color css

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

 a { background-color: rgb(56,91,231); }

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

border-color css

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

 span { border-color: rgb(56,91,231); }

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