Html Css Color HEX #385FE4 Royal Blue

📋 copy color: '#385FE4'

red 56 ◦ green 95 ◦ blue 228

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

Shades of Royal Blue #385FE4

Tints of Royal Blue #385FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.16%

R = 14.78%
G = 25.07%
B = 60.16%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#385FE4 (or 0x385FE4) is known color: Royal Blue. HEX triplet: 38, 5F and E4. RGB value is (56,95,228). Sum of RGB (Red+Green+Blue) = 56+95+228=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #385FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FE4 is #C7A01B. Grayscale: #616161. Windows color (decimal): -13082652 or 14966584. OLE color: 14966584.

HSL color Cylindrical-coordinate representation of color #385FE4: hue angle of 226.4º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385FE4 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 95 228 -
CMYK 0.75 0.58 0 0.11
HSL 226.4º 0.76% 0.56% -
HSV(B) 226.4º 0.75% 0.89% -
XYZ 19.73 14.63 75.18 -
YUV 98.5 201.08 97.69 -
System Red Green Blue C M Y K H S L
Decimal 56 95 228 0.75 0.58 0 0.11 226.4 0.76 0.56
Hex 38 5F E4 4B 3A 0 B E2 4C 38
Octal 70 137 344 113 72 0 13 342 114 70
Binary 111000 1011111 11100100 1001011 111010 0 1011 11100010 1001100 111000

Color Harmonies of #385FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FE4

Black with #385FE4

Text Example


Text Example

White with #385FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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