Html Css Color HEX #387CAB Curious Blue

📋 copy color: '#387CAB'

red 56 ◦ green 124 ◦ blue 171

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

Shades of Curious Blue #387CAB

Tints of Curious Blue #387CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 15.95%
G = 35.33%
B = 48.72%

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

#387CAB (or 0x387CAB) is known color: Curious Blue. HEX triplet: 38, 7C and AB. RGB value is (56,124,171). Sum of RGB (Red+Green+Blue) = 56+124+171=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #387CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAB is #C78354. Grayscale: #6C6C6C. Windows color (decimal): -13075285 or 11238456. OLE color: 11238456.

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

Color convert

RGB 56 124 171 -
CMYK 0.67 0.27 0 0.33
HSL 204.52º 0.51% 0.45% -
HSV(B) 204.52º 0.67% 0.67% -
XYZ 16.19 18.2 41.19 -
YUV 109.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 56 124 171 0.67 0.27 0 0.33 204.52 0.51 0.45
Hex 38 7C AB 43 1B 0 21 CD 33 2D
Octal 70 174 253 103 33 0 41 315 63 55
Binary 111000 1111100 10101011 1000011 11011 0 100001 11001101 110011 101101

Color Harmonies of #387CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CAB

Black with #387CAB

Text Example


Text Example

White with #387CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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