Html Css Color HEX #387FAF Curious Blue

📋 copy color: '#387FAF'

red 56 ◦ green 127 ◦ blue 175

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

Shades of Curious Blue #387FAF

Tints of Curious Blue #387FAF

RGB

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

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

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

R = 15.64%
G = 35.47%
B = 48.88%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#387FAF (or 0x387FAF) is known color: Curious Blue. HEX triplet: 38, 7F and AF. RGB value is (56,127,175). Sum of RGB (Red+Green+Blue) = 56+127+175=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #387FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAF is #C78050. Grayscale: #6E6E6E. Windows color (decimal): -13074513 or 11501368. OLE color: 11501368.

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

Color convert

RGB 56 127 175 -
CMYK 0.68 0.27 0 0.31
HSL 204.2º 0.52% 0.45% -
HSV(B) 204.2º 0.68% 0.69% -
XYZ 16.96 19.11 43.35 -
YUV 111.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 56 127 175 0.68 0.27 0 0.31 204.2 0.52 0.45
Hex 38 7F AF 44 1B 0 1F CC 34 2D
Octal 70 177 257 104 33 0 37 314 64 55
Binary 111000 1111111 10101111 1000100 11011 0 11111 11001100 110100 101101

Color Harmonies of #387FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FAF

Black with #387FAF

Text Example


Text Example

White with #387FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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