Html Css Color HEX #283D48 Tarawera

📋 copy color: '#283D48'

red 40 ◦ green 61 ◦ blue 72

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

Shades of Tarawera #283D48

Tints of Tarawera #283D48

RGB

 RED value IS 40 (16.02% from 255) = 23.12%

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 23.12%
G = 35.26%
B = 41.62%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#283D48 (or 0x283D48) is known color: Tarawera. HEX triplet: 28, 3D and 48. RGB value is (40,61,72). Sum of RGB (Red+Green+Blue) = 40+61+72=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #283D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D48 is #D7C2B7. Grayscale: #373737. Windows color (decimal): -14140088 or 4734248. OLE color: 4734248.

HSL color Cylindrical-coordinate representation of color #283D48: hue angle of 200.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283D48 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 61 72 -
CMYK 0.44 0.15 0 0.72
HSL 200.63º 0.29% 0.22% -
HSV(B) 200.63º 0.44% 0.28% -
XYZ 3.71 4.26 6.76 -
YUV 55.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 40 61 72 0.44 0.15 0 0.72 200.63 0.29 0.22
Hex 28 3D 48 2C F 0 48 C9 1D 16
Octal 50 75 110 54 17 0 110 311 35 26
Binary 101000 111101 1001000 101100 1111 0 1001000 11001001 11101 10110

Color Harmonies of #283D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D48

Black with #283D48

Text Example


Text Example

White with #283D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283D48; }

 p { color: rgb(40,61,72); }

 H1.HeaderClassName
 {
   color: #283D48;
 }
 .AnyTagClassName
 {
   color: #283D48;
 }
</style>

background-color css

<style>
 a { background-color: #283D48; }

 a { background-color: rgb(40,61,72); }

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

border-color css

<style>
 span { border-color: #283D48; }

 span { border-color: rgb(40,61,72); }

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