Html Css Color HEX #2F697B Allports

📋 copy color: '#2F697B'

red 47 ◦ green 105 ◦ blue 123

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

Shades of Allports #2F697B

Tints of Allports #2F697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 17.09%
G = 38.18%
B = 44.73%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F697B (or 0x2F697B) is known color: Allports. HEX triplet: 2F, 69 and 7B. RGB value is (47,105,123). Sum of RGB (Red+Green+Blue) = 47+105+123=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F697B is #D09684. Grayscale: #595959. Windows color (decimal): -13670021 or 8087855. OLE color: 8087855.

HSL color Cylindrical-coordinate representation of color #2F697B: hue angle of 194.21º 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 #2F697B is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 105 123 -
CMYK 0.62 0.15 0 0.52
HSL 194.21º 0.45% 0.33% -
HSV(B) 194.21º 0.62% 0.48% -
XYZ 9.8 12.14 20.57 -
YUV 89.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 47 105 123 0.62 0.15 0 0.52 194.21 0.45 0.33
Hex 2F 69 7B 3E F 0 34 C2 2D 21
Octal 57 151 173 76 17 0 64 302 55 41
Binary 101111 1101001 1111011 111110 1111 0 110100 11000010 101101 100001

Color Harmonies of #2F697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F697B

Black with #2F697B

Text Example


Text Example

White with #2F697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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