Html Css Color HEX #385CDD Royal Blue

📋 copy color: '#385CDD'

red 56 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #385CDD

Tints of Royal Blue #385CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 15.18%
G = 24.93%
B = 59.89%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385CDD (or 0x385CDD) is known color: Royal Blue. HEX triplet: 38, 5C and DD. RGB value is (56,92,221). Sum of RGB (Red+Green+Blue) = 56+92+221=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #385CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CDD is #C7A322. Grayscale: #5F5F5F. Windows color (decimal): -13083427 or 14507064. OLE color: 14507064.

HSL color Cylindrical-coordinate representation of color #385CDD: hue angle of 226.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385CDD is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 92 221 -
CMYK 0.75 0.58 0 0.13
HSL 226.91º 0.71% 0.54% -
HSV(B) 226.91º 0.75% 0.87% -
XYZ 18.51 13.72 70.08 -
YUV 95.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 56 92 221 0.75 0.58 0 0.13 226.91 0.71 0.54
Hex 38 5C DD 4B 3A 0 D E3 47 36
Octal 70 134 335 113 72 0 15 343 107 66
Binary 111000 1011100 11011101 1001011 111010 0 1101 11100011 1000111 110110

Color Harmonies of #385CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CDD

Black with #385CDD

Text Example


Text Example

White with #385CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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