Html Css Color HEX #2F284C Paua

📋 copy color: '#2F284C'

red 47 ◦ green 40 ◦ blue 76

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

Shades of Paua #2F284C

Tints of Paua #2F284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 28.83%
G = 24.54%
B = 46.63%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F284C (or 0x2F284C) is known color: Paua. HEX triplet: 2F, 28 and 4C. RGB value is (47,40,76). Sum of RGB (Red+Green+Blue) = 47+40+76=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F284C is #D0D7B3. Grayscale: #2E2E2E. Windows color (decimal): -13686708 or 4991023. OLE color: 4991023.

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

Color convert

RGB 47 40 76 -
CMYK 0.38 0.47 0 0.70
HSL 251.67º 0.31% 0.23% -
HSV(B) 251.67º 0.47% 0.3% -
XYZ 3.24 2.64 7.18 -
YUV 46.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 47 40 76 0.38 0.47 0 0.70 251.67 0.31 0.23
Hex 2F 28 4C 26 2F 0 46 FC 1F 17
Octal 57 50 114 46 57 0 106 374 37 27
Binary 101111 101000 1001100 100110 101111 0 1000110 11111100 11111 10111

Color Harmonies of #2F284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F284C

Black with #2F284C

Text Example


Text Example

White with #2F284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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