Html Css Color HEX #387FAD Curious Blue

📋 copy color: '#387FAD'

red 56 ◦ green 127 ◦ blue 173

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

Shades of Curious Blue #387FAD

Tints of Curious Blue #387FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 15.73%
G = 35.67%
B = 48.6%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#387FAD (or 0x387FAD) is known color: Curious Blue. HEX triplet: 38, 7F and AD. RGB value is (56,127,173). Sum of RGB (Red+Green+Blue) = 56+127+173=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #387FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAD is #C78052. Grayscale: #6E6E6E. Windows color (decimal): -13074515 or 11370296. OLE color: 11370296.

HSL color Cylindrical-coordinate representation of color #387FAD: hue angle of 203.59º 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 #387FAD is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 127 173 -
CMYK 0.68 0.27 0 0.32
HSL 203.59º 0.51% 0.45% -
HSV(B) 203.59º 0.68% 0.68% -
XYZ 16.76 19.04 42.33 -
YUV 111.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 56 127 173 0.68 0.27 0 0.32 203.59 0.51 0.45
Hex 38 7F AD 44 1B 0 20 CC 33 2D
Octal 70 177 255 104 33 0 40 314 63 55
Binary 111000 1111111 10101101 1000100 11011 0 100000 11001100 110011 101101

Color Harmonies of #387FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FAD

Black with #387FAD

Text Example


Text Example

White with #387FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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