Html Css Color HEX #385CDB Royal Blue

📋 copy color: '#385CDB'

red 56 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #385CDB

Tints of Royal Blue #385CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 15.26%
G = 25.07%
B = 59.67%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#385CDB (or 0x385CDB) is known color: Royal Blue. HEX triplet: 38, 5C and DB. RGB value is (56,92,219). Sum of RGB (Red+Green+Blue) = 56+92+219=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #385CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CDB is #C7A324. Grayscale: #5F5F5F. Windows color (decimal): -13083429 or 14375992. OLE color: 14375992.

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

Color convert

RGB 56 92 219 -
CMYK 0.74 0.58 0 0.14
HSL 226.75º 0.69% 0.54% -
HSV(B) 226.75º 0.74% 0.86% -
XYZ 18.24 13.61 68.68 -
YUV 95.71 197.57 99.67 -
System Red Green Blue C M Y K H S L
Decimal 56 92 219 0.74 0.58 0 0.14 226.75 0.69 0.54
Hex 38 5C DB 4A 3A 0 E E3 45 36
Octal 70 134 333 112 72 0 16 343 105 66
Binary 111000 1011100 11011011 1001010 111010 0 1110 11100011 1000101 110110

Color Harmonies of #385CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CDB

Black with #385CDB

Text Example


Text Example

White with #385CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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