Html Css Color HEX #263D46 Tarawera

📋 copy color: '#263D46'

red 38 ◦ green 61 ◦ blue 70

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

Shades of Tarawera #263D46

Tints of Tarawera #263D46

RGB

 RED value IS 38 (15.23% from 255) = 22.49%

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

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 22.49%
G = 36.09%
B = 41.42%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#263D46 (or 0x263D46) is known color: Tarawera. HEX triplet: 26, 3D and 46. RGB value is (38,61,70). Sum of RGB (Red+Green+Blue) = 38+61+70=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #263D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D46 is #D9C2B9. Grayscale: #373737. Windows color (decimal): -14271162 or 4603174. OLE color: 4603174.

HSL color Cylindrical-coordinate representation of color #263D46: hue angle of 196.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263D46 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 61 70 -
CMYK 0.46 0.13 0 0.73
HSL 196.88º 0.3% 0.21% -
HSV(B) 196.88º 0.46% 0.27% -
XYZ 3.57 4.19 6.42 -
YUV 55.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 38 61 70 0.46 0.13 0 0.73 196.88 0.3 0.21
Hex 26 3D 46 2E D 0 49 C5 1E 15
Octal 46 75 106 56 15 0 111 305 36 25
Binary 100110 111101 1000110 101110 1101 0 1001001 11000101 11110 10101

Color Harmonies of #263D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D46

Black with #263D46

Text Example


Text Example

White with #263D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D46; }

 p { color: rgb(38,61,70); }

 H1.HeaderClassName
 {
   color: #263D46;
 }
 .AnyTagClassName
 {
   color: #263D46;
 }
</style>

background-color css

<style>
 a { background-color: #263D46; }

 a { background-color: rgb(38,61,70); }

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

border-color css

<style>
 span { border-color: #263D46; }

 span { border-color: rgb(38,61,70); }

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