Html Css Color HEX #337A8B Astral

📋 copy color: '#337A8B'

red 51 ◦ green 122 ◦ blue 139

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

Shades of Astral #337A8B

Tints of Astral #337A8B

RGB

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

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

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

R = 16.35%
G = 39.1%
B = 44.55%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#337A8B (or 0x337A8B) is known color: Astral. HEX triplet: 33, 7A and 8B. RGB value is (51,122,139). Sum of RGB (Red+Green+Blue) = 51+122+139=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #337A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A8B is #CC8574. Grayscale: #666666. Windows color (decimal): -13403509 or 9140787. OLE color: 9140787.

HSL color Cylindrical-coordinate representation of color #337A8B: hue angle of 191.59º 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 #337A8B is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 122 139 -
CMYK 0.63 0.12 0 0.45
HSL 191.59º 0.46% 0.37% -
HSV(B) 191.59º 0.63% 0.55% -
XYZ 12.98 16.49 26.92 -
YUV 102.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 51 122 139 0.63 0.12 0 0.45 191.59 0.46 0.37
Hex 33 7A 8B 3F C 0 2D C0 2E 25
Octal 63 172 213 77 14 0 55 300 56 45
Binary 110011 1111010 10001011 111111 1100 0 101101 11000000 101110 100101

Color Harmonies of #337A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A8B

Black with #337A8B

Text Example


Text Example

White with #337A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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