Html Css Color HEX #2F507B St Tropaz

📋 copy color: '#2F507B'

red 47 ◦ green 80 ◦ blue 123

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

Shades of St Tropaz #2F507B

Tints of St Tropaz #2F507B

RGB

 RED value IS 47 (18.75% from 255) = 18.8%

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 123 (48.44% from 255) = 49.2%

R = 18.8%
G = 32%
B = 49.2%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F507B (or 0x2F507B) is known color: St Tropaz. HEX triplet: 2F, 50 and 7B. RGB value is (47,80,123). Sum of RGB (Red+Green+Blue) = 47+80+123=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F507B is #D0AF84. Grayscale: #4A4A4A. Windows color (decimal): -13676421 or 8081455. OLE color: 8081455.

HSL color Cylindrical-coordinate representation of color #2F507B: hue angle of 213.95º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F507B is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 80 123 -
CMYK 0.62 0.35 0 0.52
HSL 213.95º 0.45% 0.33% -
HSV(B) 213.95º 0.62% 0.48% -
XYZ 7.62 7.77 19.84 -
YUV 75.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 47 80 123 0.62 0.35 0 0.52 213.95 0.45 0.33
Hex 2F 50 7B 3E 23 0 34 D6 2D 21
Octal 57 120 173 76 43 0 64 326 55 41
Binary 101111 1010000 1111011 111110 100011 0 110100 11010110 101101 100001

Color Harmonies of #2F507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F507B

Black with #2F507B

Text Example


Text Example

White with #2F507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F507B; }

 p { color: rgb(47,80,123); }

 H1.HeaderClassName
 {
   color: #2F507B;
 }
 .AnyTagClassName
 {
   color: #2F507B;
 }
</style>

background-color css

<style>
 a { background-color: #2F507B; }

 a { background-color: rgb(47,80,123); }

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

border-color css

<style>
 span { border-color: #2F507B; }

 span { border-color: rgb(47,80,123); }

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