Html Css Color HEX #2F284B Paua

📋 copy color: '#2F284B'

red 47 ◦ green 40 ◦ blue 75

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

Shades of Paua #2F284B

Tints of Paua #2F284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 29.01%
G = 24.69%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F284B (or 0x2F284B) is known color: Paua. HEX triplet: 2F, 28 and 4B. RGB value is (47,40,75). Sum of RGB (Red+Green+Blue) = 47+40+75=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F284B is #D0D7B4. Grayscale: #2D2D2D. Windows color (decimal): -13686709 or 4925487. OLE color: 4925487.

HSL color Cylindrical-coordinate representation of color #2F284B: hue angle of 252º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F284B is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 40 75 -
CMYK 0.37 0.47 0 0.71
HSL 252º 0.3% 0.23% -
HSV(B) 252º 0.47% 0.29% -
XYZ 3.2 2.63 7 -
YUV 46.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 47 40 75 0.37 0.47 0 0.71 252 0.3 0.23
Hex 2F 28 4B 25 2F 0 47 FC 1E 17
Octal 57 50 113 45 57 0 107 374 36 27
Binary 101111 101000 1001011 100101 101111 0 1000111 11111100 11110 10111

Color Harmonies of #2F284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F284B

Black with #2F284B

Text Example


Text Example

White with #2F284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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