Html Css Color HEX #263946 Tarawera

📋 copy color: '#263946'

red 38 ◦ green 57 ◦ blue 70

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

Shades of Tarawera #263946

Tints of Tarawera #263946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

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

R = 23.03%
G = 34.55%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#263946 (or 0x263946) is known color: Tarawera. HEX triplet: 26, 39 and 46. RGB value is (38,57,70). Sum of RGB (Red+Green+Blue) = 38+57+70=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #263946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263946 is #D9C6B9. Grayscale: #343434. Windows color (decimal): -14272186 or 4602150. OLE color: 4602150.

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

Color convert

RGB 38 57 70 -
CMYK 0.46 0.19 0 0.73
HSL 204.38º 0.3% 0.21% -
HSV(B) 204.38º 0.46% 0.27% -
XYZ 3.37 3.78 6.35 -
YUV 52.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 38 57 70 0.46 0.19 0 0.73 204.38 0.3 0.21
Hex 26 39 46 2E 13 0 49 CC 1E 15
Octal 46 71 106 56 23 0 111 314 36 25
Binary 100110 111001 1000110 101110 10011 0 1001001 11001100 11110 10101

Color Harmonies of #263946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263946

Black with #263946

Text Example


Text Example

White with #263946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263946; }

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

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

background-color css

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

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

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

border-color css

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

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

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