Html Css Color HEX #263F46 Tarawera

📋 copy color: '#263F46'

red 38 ◦ green 63 ◦ blue 70

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

Shades of Tarawera #263F46

Tints of Tarawera #263F46

RGB

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

 GREEN value IS 63 (25% from 255) = 36.84%

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

R = 22.22%
G = 36.84%
B = 40.94%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#263F46 (or 0x263F46) is known color: Tarawera. HEX triplet: 26, 3F and 46. RGB value is (38,63,70). Sum of RGB (Red+Green+Blue) = 38+63+70=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #263F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F46 is #D9C0B9. Grayscale: #383838. Windows color (decimal): -14270650 or 4603686. OLE color: 4603686.

HSL color Cylindrical-coordinate representation of color #263F46: hue angle of 193.12º 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 #263F46 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 63 70 -
CMYK 0.46 0.10 0 0.73
HSL 193.13º 0.3% 0.21% -
HSV(B) 193.13º 0.46% 0.27% -
XYZ 3.68 4.41 6.45 -
YUV 56.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 38 63 70 0.46 0.10 0 0.73 193.13 0.3 0.21
Hex 26 3F 46 2E A 0 49 C1 1E 15
Octal 46 77 106 56 12 0 111 301 36 25
Binary 100110 111111 1000110 101110 1010 0 1001001 11000001 11110 10101

Color Harmonies of #263F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F46

Black with #263F46

Text Example


Text Example

White with #263F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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