Html Css Color HEX #337B8D Astral

📋 copy color: '#337B8D'

red 51 ◦ green 123 ◦ blue 141

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

Shades of Astral #337B8D

Tints of Astral #337B8D

RGB

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

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

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

R = 16.19%
G = 39.05%
B = 44.76%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#337B8D (or 0x337B8D) is known color: Astral. HEX triplet: 33, 7B and 8D. RGB value is (51,123,141). Sum of RGB (Red+Green+Blue) = 51+123+141=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #337B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B8D is #CC8472. Grayscale: #676767. Windows color (decimal): -13403251 or 9272115. OLE color: 9272115.

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

Color convert

RGB 51 123 141 -
CMYK 0.64 0.13 0 0.45
HSL 192º 0.47% 0.38% -
HSV(B) 192º 0.64% 0.55% -
XYZ 13.26 16.79 27.74 -
YUV 103.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 51 123 141 0.64 0.13 0 0.45 192 0.47 0.38
Hex 33 7B 8D 40 D 0 2D C0 2F 26
Octal 63 173 215 100 15 0 55 300 57 46
Binary 110011 1111011 10001101 1000000 1101 0 101101 11000000 101111 100110

Color Harmonies of #337B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B8D

Black with #337B8D

Text Example


Text Example

White with #337B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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