Html Css Color HEX #385DDA Royal Blue

📋 copy color: '#385DDA'

red 56 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #385DDA

Tints of Royal Blue #385DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 15.26%
G = 25.34%
B = 59.4%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385DDA (or 0x385DDA) is known color: Royal Blue. HEX triplet: 38, 5D and DA. RGB value is (56,93,218). Sum of RGB (Red+Green+Blue) = 56+93+218=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #385DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDA is #C7A225. Grayscale: #5F5F5F. Windows color (decimal): -13083174 or 14310712. OLE color: 14310712.

HSL color Cylindrical-coordinate representation of color #385DDA: hue angle of 226.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385DDA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 93 218 -
CMYK 0.74 0.57 0 0.15
HSL 226.3º 0.69% 0.54% -
HSV(B) 226.3º 0.74% 0.85% -
XYZ 18.2 13.73 68.02 -
YUV 96.19 196.74 99.34 -
System Red Green Blue C M Y K H S L
Decimal 56 93 218 0.74 0.57 0 0.15 226.3 0.69 0.54
Hex 38 5D DA 4A 39 0 F E2 45 36
Octal 70 135 332 112 71 0 17 342 105 66
Binary 111000 1011101 11011010 1001010 111001 0 1111 11100010 1000101 110110

Color Harmonies of #385DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DDA

Black with #385DDA

Text Example


Text Example

White with #385DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,218); }

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

background-color css

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

 a { background-color: rgb(56,93,218); }

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

border-color css

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

 span { border-color: rgb(56,93,218); }

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