Html Css Color HEX #337C8B Astral

📋 copy color: '#337C8B'

red 51 ◦ green 124 ◦ blue 139

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

Shades of Astral #337C8B

Tints of Astral #337C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 16.24%
G = 39.49%
B = 44.27%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#337C8B (or 0x337C8B) is known color: Astral. HEX triplet: 33, 7C and 8B. RGB value is (51,124,139). Sum of RGB (Red+Green+Blue) = 51+124+139=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #337C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C8B is #CC8374. Grayscale: #676767. Windows color (decimal): -13402997 or 9141299. OLE color: 9141299.

HSL color Cylindrical-coordinate representation of color #337C8B: hue angle of 190.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #337C8B is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 124 139 -
CMYK 0.63 0.11 0 0.45
HSL 190.23º 0.46% 0.37% -
HSV(B) 190.23º 0.63% 0.55% -
XYZ 13.23 16.98 27.01 -
YUV 103.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 51 124 139 0.63 0.11 0 0.45 190.23 0.46 0.37
Hex 33 7C 8B 3F B 0 2D BE 2E 25
Octal 63 174 213 77 13 0 55 276 56 45
Binary 110011 1111100 10001011 111111 1011 0 101101 10111110 101110 100101

Color Harmonies of #337C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C8B

Black with #337C8B

Text Example


Text Example

White with #337C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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