Html Css Color HEX #387AAE Curious Blue

📋 copy color: '#387AAE'

red 56 ◦ green 122 ◦ blue 174

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

Shades of Curious Blue #387AAE

Tints of Curious Blue #387AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 15.91%
G = 34.66%
B = 49.43%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#387AAE (or 0x387AAE) is known color: Curious Blue. HEX triplet: 38, 7A and AE. RGB value is (56,122,174). Sum of RGB (Red+Green+Blue) = 56+122+174=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #387AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AAE is #C78551. Grayscale: #6B6B6B. Windows color (decimal): -13075794 or 11434552. OLE color: 11434552.

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

Color convert

RGB 56 122 174 -
CMYK 0.68 0.30 0 0.32
HSL 206.44º 0.51% 0.45% -
HSV(B) 206.44º 0.68% 0.68% -
XYZ 16.23 17.82 42.63 -
YUV 108.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 56 122 174 0.68 0.30 0 0.32 206.44 0.51 0.45
Hex 38 7A AE 44 1E 0 20 CE 33 2D
Octal 70 172 256 104 36 0 40 316 63 55
Binary 111000 1111010 10101110 1000100 11110 0 100000 11001110 110011 101101

Color Harmonies of #387AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AAE

Black with #387AAE

Text Example


Text Example

White with #387AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,174); }

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

background-color css

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

 a { background-color: rgb(56,122,174); }

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

border-color css

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

 span { border-color: rgb(56,122,174); }

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