Html Css Color HEX #385BEF Royal Blue

📋 copy color: '#385BEF'

red 56 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #385BEF

Tints of Royal Blue #385BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 14.51%
G = 23.58%
B = 61.92%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#385BEF (or 0x385BEF) is known color: Royal Blue. HEX triplet: 38, 5B and EF. RGB value is (56,91,239). Sum of RGB (Red+Green+Blue) = 56+91+239=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #385BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BEF is #C7A410. Grayscale: #606060. Windows color (decimal): -13083665 or 15686456. OLE color: 15686456.

HSL color Cylindrical-coordinate representation of color #385BEF: hue angle of 228.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385BEF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 91 239 -
CMYK 0.77 0.62 0 0.06
HSL 228.52º 0.85% 0.58% -
HSV(B) 228.52º 0.77% 0.94% -
XYZ 20.95 14.55 83.37 -
YUV 97.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 56 91 239 0.77 0.62 0 0.06 228.52 0.85 0.58
Hex 38 5B EF 4D 3E 0 6 E5 55 3A
Octal 70 133 357 115 76 0 6 345 125 72
Binary 111000 1011011 11101111 1001101 111110 0 110 11100101 1010101 111010

Color Harmonies of #385BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BEF

Black with #385BEF

Text Example


Text Example

White with #385BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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