Html Css Color HEX #2F4B5D Arapawa

📋 copy color: '#2F4B5D'

red 47 ◦ green 75 ◦ blue 93

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

Shades of Arapawa #2F4B5D

Tints of Arapawa #2F4B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 21.86%
G = 34.88%
B = 43.26%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F4B5D (or 0x2F4B5D) is known color: Arapawa. HEX triplet: 2F, 4B and 5D. RGB value is (47,75,93). Sum of RGB (Red+Green+Blue) = 47+75+93=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4B5D is #D0B4A2. Grayscale: #444444. Windows color (decimal): -13677731 or 6114095. OLE color: 6114095.

HSL color Cylindrical-coordinate representation of color #2F4B5D: hue angle of 203.48º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F4B5D is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 75 93 -
CMYK 0.49 0.19 0 0.64
HSL 203.48º 0.33% 0.27% -
HSV(B) 203.48º 0.49% 0.36% -
XYZ 5.66 6.43 11.3 -
YUV 68.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 47 75 93 0.49 0.19 0 0.64 203.48 0.33 0.27
Hex 2F 4B 5D 31 13 0 40 CB 21 1B
Octal 57 113 135 61 23 0 100 313 41 33
Binary 101111 1001011 1011101 110001 10011 0 1000000 11001011 100001 11011

Color Harmonies of #2F4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4B5D

Black with #2F4B5D

Text Example


Text Example

White with #2F4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,75,93); }

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

background-color css

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

 a { background-color: rgb(47,75,93); }

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

border-color css

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

 span { border-color: rgb(47,75,93); }

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