Html Css Color HEX #2F4558 Arapawa

📋 copy color: '#2F4558'

red 47 ◦ green 69 ◦ blue 88

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

Shades of Arapawa #2F4558

Tints of Arapawa #2F4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 23.04%
G = 33.82%
B = 43.14%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F4558 (or 0x2F4558) is known color: Arapawa. HEX triplet: 2F, 45 and 58. RGB value is (47,69,88). Sum of RGB (Red+Green+Blue) = 47+69+88=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F4558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4558 is #D0BAA7. Grayscale: #404040. Windows color (decimal): -13679272 or 5784879. OLE color: 5784879.

HSL color Cylindrical-coordinate representation of color #2F4558: hue angle of 207.8º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4558 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 69 88 -
CMYK 0.47 0.22 0 0.65
HSL 207.8º 0.3% 0.26% -
HSV(B) 207.8º 0.47% 0.35% -
XYZ 5.06 5.57 10.04 -
YUV 64.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 47 69 88 0.47 0.22 0 0.65 207.8 0.3 0.26
Hex 2F 45 58 2F 16 0 41 D0 1E 1A
Octal 57 105 130 57 26 0 101 320 36 32
Binary 101111 1000101 1011000 101111 10110 0 1000001 11010000 11110 11010

Color Harmonies of #2F4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4558

Black with #2F4558

Text Example


Text Example

White with #2F4558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,88); }

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

background-color css

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

 a { background-color: rgb(47,69,88); }

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

border-color css

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

 span { border-color: rgb(47,69,88); }

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