Html Css Color HEX #385CDA Royal Blue

📋 copy color: '#385CDA'

red 56 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #385CDA

Tints of Royal Blue #385CDA

RGB

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

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

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

R = 15.3%
G = 25.14%
B = 59.56%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385CDA (or 0x385CDA) is known color: Royal Blue. HEX triplet: 38, 5C and DA. RGB value is (56,92,218). Sum of RGB (Red+Green+Blue) = 56+92+218=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #385CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CDA is #C7A325. Grayscale: #5F5F5F. Windows color (decimal): -13083430 or 14310456. OLE color: 14310456.

HSL color Cylindrical-coordinate representation of color #385CDA: hue angle of 226.67º 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 #385CDA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 92 218 -
CMYK 0.74 0.58 0 0.15
HSL 226.67º 0.69% 0.54% -
HSV(B) 226.67º 0.74% 0.85% -
XYZ 18.11 13.56 67.99 -
YUV 95.6 197.07 99.75 -
System Red Green Blue C M Y K H S L
Decimal 56 92 218 0.74 0.58 0 0.15 226.67 0.69 0.54
Hex 38 5C DA 4A 3A 0 F E3 45 36
Octal 70 134 332 112 72 0 17 343 105 66
Binary 111000 1011100 11011010 1001010 111010 0 1111 11100011 1000101 110110

Color Harmonies of #385CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CDA

Black with #385CDA

Text Example


Text Example

White with #385CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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