Html Css Color HEX #387DAF Curious Blue

📋 copy color: '#387DAF'

red 56 ◦ green 125 ◦ blue 175

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

Shades of Curious Blue #387DAF

Tints of Curious Blue #387DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 15.73%
G = 35.11%
B = 49.16%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#387DAF (or 0x387DAF) is known color: Curious Blue. HEX triplet: 38, 7D and AF. RGB value is (56,125,175). Sum of RGB (Red+Green+Blue) = 56+125+175=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #387DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DAF is #C78250. Grayscale: #6D6D6D. Windows color (decimal): -13075025 or 11500856. OLE color: 11500856.

HSL color Cylindrical-coordinate representation of color #387DAF: hue angle of 205.21º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387DAF is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 125 175 -
CMYK 0.68 0.29 0 0.31
HSL 205.21º 0.52% 0.45% -
HSV(B) 205.21º 0.68% 0.69% -
XYZ 16.7 18.6 43.27 -
YUV 110.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 56 125 175 0.68 0.29 0 0.31 205.21 0.52 0.45
Hex 38 7D AF 44 1D 0 1F CD 34 2D
Octal 70 175 257 104 35 0 37 315 64 55
Binary 111000 1111101 10101111 1000100 11101 0 11111 11001101 110100 101101

Color Harmonies of #387DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DAF

Black with #387DAF

Text Example


Text Example

White with #387DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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