Html Css Color HEX #387DAD Curious Blue

📋 copy color: '#387DAD'

red 56 ◦ green 125 ◦ blue 173

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

Shades of Curious Blue #387DAD

Tints of Curious Blue #387DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 15.82%
G = 35.31%
B = 48.87%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#387DAD (or 0x387DAD) is known color: Curious Blue. HEX triplet: 38, 7D and AD. RGB value is (56,125,173). Sum of RGB (Red+Green+Blue) = 56+125+173=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #387DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DAD is #C78252. Grayscale: #6D6D6D. Windows color (decimal): -13075027 or 11369784. OLE color: 11369784.

HSL color Cylindrical-coordinate representation of color #387DAD: hue angle of 204.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387DAD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 125 173 -
CMYK 0.68 0.28 0 0.32
HSL 204.62º 0.51% 0.45% -
HSV(B) 204.62º 0.68% 0.68% -
XYZ 16.51 18.53 42.24 -
YUV 109.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 56 125 173 0.68 0.28 0 0.32 204.62 0.51 0.45
Hex 38 7D AD 44 1C 0 20 CD 33 2D
Octal 70 175 255 104 34 0 40 315 63 55
Binary 111000 1111101 10101101 1000100 11100 0 100000 11001101 110011 101101

Color Harmonies of #387DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DAD

Black with #387DAD

Text Example


Text Example

White with #387DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387DAD; }

 p { color: rgb(56,125,173); }

 H1.HeaderClassName
 {
   color: #387DAD;
 }
 .AnyTagClassName
 {
   color: #387DAD;
 }
</style>

background-color css

<style>
 a { background-color: #387DAD; }

 a { background-color: rgb(56,125,173); }

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

border-color css

<style>
 span { border-color: #387DAD; }

 span { border-color: rgb(56,125,173); }

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