Html Css Color HEX #387EAC Curious Blue

📋 copy color: '#387EAC'

red 56 ◦ green 126 ◦ blue 172

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

Shades of Curious Blue #387EAC

Tints of Curious Blue #387EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 15.82%
G = 35.59%
B = 48.59%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#387EAC (or 0x387EAC) is known color: Curious Blue. HEX triplet: 38, 7E and AC. RGB value is (56,126,172). Sum of RGB (Red+Green+Blue) = 56+126+172=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #387EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EAC is #C78153. Grayscale: #6E6E6E. Windows color (decimal): -13074772 or 11304504. OLE color: 11304504.

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

Color convert

RGB 56 126 172 -
CMYK 0.67 0.27 0 0.33
HSL 203.79º 0.51% 0.45% -
HSV(B) 203.79º 0.67% 0.67% -
XYZ 16.54 18.74 41.78 -
YUV 110.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 56 126 172 0.67 0.27 0 0.33 203.79 0.51 0.45
Hex 38 7E AC 43 1B 0 21 CC 33 2D
Octal 70 176 254 103 33 0 41 314 63 55
Binary 111000 1111110 10101100 1000011 11011 0 100001 11001100 110011 101101

Color Harmonies of #387EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EAC

Black with #387EAC

Text Example


Text Example

White with #387EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,172); }

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

background-color css

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

 a { background-color: rgb(56,126,172); }

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

border-color css

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

 span { border-color: rgb(56,126,172); }

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