Html Css Color HEX #283C48 Tarawera

📋 copy color: '#283C48'

red 40 ◦ green 60 ◦ blue 72

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

Shades of Tarawera #283C48

Tints of Tarawera #283C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

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

R = 23.26%
G = 34.88%
B = 41.86%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#283C48 (or 0x283C48) is known color: Tarawera. HEX triplet: 28, 3C and 48. RGB value is (40,60,72). Sum of RGB (Red+Green+Blue) = 40+60+72=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #283C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C48 is #D7C3B7. Grayscale: #373737. Windows color (decimal): -14140344 or 4733992. OLE color: 4733992.

HSL color Cylindrical-coordinate representation of color #283C48: hue angle of 202.5º 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 #283C48 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 60 72 -
CMYK 0.44 0.17 0 0.72
HSL 202.5º 0.29% 0.22% -
HSV(B) 202.5º 0.44% 0.28% -
XYZ 3.66 4.15 6.74 -
YUV 55.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 40 60 72 0.44 0.17 0 0.72 202.5 0.29 0.22
Hex 28 3C 48 2C 11 0 48 CA 1D 16
Octal 50 74 110 54 21 0 110 312 35 26
Binary 101000 111100 1001000 101100 10001 0 1001000 11001010 11101 10110

Color Harmonies of #283C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C48

Black with #283C48

Text Example


Text Example

White with #283C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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