Html Css Color HEX #387FAB Curious Blue

📋 copy color: '#387FAB'

red 56 ◦ green 127 ◦ blue 171

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

Shades of Curious Blue #387FAB

Tints of Curious Blue #387FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 15.82%
G = 35.88%
B = 48.31%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#387FAB (or 0x387FAB) is known color: Curious Blue. HEX triplet: 38, 7F and AB. RGB value is (56,127,171). Sum of RGB (Red+Green+Blue) = 56+127+171=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #387FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAB is #C78054. Grayscale: #6E6E6E. Windows color (decimal): -13074517 or 11239224. OLE color: 11239224.

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

Color convert

RGB 56 127 171 -
CMYK 0.67 0.26 0 0.33
HSL 202.96º 0.51% 0.45% -
HSV(B) 202.96º 0.67% 0.67% -
XYZ 16.57 18.96 41.31 -
YUV 110.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 56 127 171 0.67 0.26 0 0.33 202.96 0.51 0.45
Hex 38 7F AB 43 1A 0 21 CB 33 2D
Octal 70 177 253 103 32 0 41 313 63 55
Binary 111000 1111111 10101011 1000011 11010 0 100001 11001011 110011 101101

Color Harmonies of #387FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FAB

Black with #387FAB

Text Example


Text Example

White with #387FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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