Html Css Color HEX #263A46 Tarawera

📋 copy color: '#263A46'

red 38 ◦ green 58 ◦ blue 70

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

Shades of Tarawera #263A46

Tints of Tarawera #263A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.94%

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

R = 22.89%
G = 34.94%
B = 42.17%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#263A46 (or 0x263A46) is known color: Tarawera. HEX triplet: 26, 3A and 46. RGB value is (38,58,70). Sum of RGB (Red+Green+Blue) = 38+58+70=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #263A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A46 is #D9C5B9. Grayscale: #353535. Windows color (decimal): -14271930 or 4602406. OLE color: 4602406.

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

Color convert

RGB 38 58 70 -
CMYK 0.46 0.17 0 0.73
HSL 202.5º 0.3% 0.21% -
HSV(B) 202.5º 0.46% 0.27% -
XYZ 3.42 3.88 6.36 -
YUV 53.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 38 58 70 0.46 0.17 0 0.73 202.5 0.3 0.21
Hex 26 3A 46 2E 11 0 49 CA 1E 15
Octal 46 72 106 56 21 0 111 312 36 25
Binary 100110 111010 1000110 101110 10001 0 1001001 11001010 11110 10101

Color Harmonies of #263A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A46

Black with #263A46

Text Example


Text Example

White with #263A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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