Html Css Color HEX #387BAA Curious Blue

📋 copy color: '#387BAA'

red 56 ◦ green 123 ◦ blue 170

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

Shades of Curious Blue #387BAA

Tints of Curious Blue #387BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 16.05%
G = 35.24%
B = 48.71%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#387BAA (or 0x387BAA) is known color: Curious Blue. HEX triplet: 38, 7B and AA. RGB value is (56,123,170). Sum of RGB (Red+Green+Blue) = 56+123+170=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #387BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BAA is #C78455. Grayscale: #6C6C6C. Windows color (decimal): -13075542 or 11172664. OLE color: 11172664.

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

Color convert

RGB 56 123 170 -
CMYK 0.67 0.28 0 0.33
HSL 204.74º 0.5% 0.44% -
HSV(B) 204.74º 0.67% 0.67% -
XYZ 15.97 17.91 40.65 -
YUV 108.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 56 123 170 0.67 0.28 0 0.33 204.74 0.5 0.44
Hex 38 7B AA 43 1C 0 21 CD 32 2C
Octal 70 173 252 103 34 0 41 315 62 54
Binary 111000 1111011 10101010 1000011 11100 0 100001 11001101 110010 101100

Color Harmonies of #387BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BAA

Black with #387BAA

Text Example


Text Example

White with #387BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,123,170); }

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

background-color css

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

 a { background-color: rgb(56,123,170); }

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

border-color css

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

 span { border-color: rgb(56,123,170); }

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