Html Css Color HEX #337C8D Astral

📋 copy color: '#337C8D'

red 51 ◦ green 124 ◦ blue 141

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

Shades of Astral #337C8D

Tints of Astral #337C8D

RGB

 RED value IS 51 (20.31% from 255) = 16.14%

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

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 16.14%
G = 39.24%
B = 44.62%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#337C8D (or 0x337C8D) is known color: Astral. HEX triplet: 33, 7C and 8D. RGB value is (51,124,141). Sum of RGB (Red+Green+Blue) = 51+124+141=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #337C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C8D is #CC8372. Grayscale: #676767. Windows color (decimal): -13402995 or 9272371. OLE color: 9272371.

HSL color Cylindrical-coordinate representation of color #337C8D: hue angle of 191.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337C8D is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 124 141 -
CMYK 0.64 0.12 0 0.45
HSL 191.33º 0.47% 0.38% -
HSV(B) 191.33º 0.64% 0.55% -
XYZ 13.38 17.04 27.78 -
YUV 104.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 51 124 141 0.64 0.12 0 0.45 191.33 0.47 0.38
Hex 33 7C 8D 40 C 0 2D BF 2F 26
Octal 63 174 215 100 14 0 55 277 57 46
Binary 110011 1111100 10001101 1000000 1100 0 101101 10111111 101111 100110

Color Harmonies of #337C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C8D

Black with #337C8D

Text Example


Text Example

White with #337C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337C8D; }

 p { color: rgb(51,124,141); }

 H1.HeaderClassName
 {
   color: #337C8D;
 }
 .AnyTagClassName
 {
   color: #337C8D;
 }
</style>

background-color css

<style>
 a { background-color: #337C8D; }

 a { background-color: rgb(51,124,141); }

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

border-color css

<style>
 span { border-color: #337C8D; }

 span { border-color: rgb(51,124,141); }

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