Html Css Color HEX #262058 Paua

📋 copy color: '#262058'

red 38 ◦ green 32 ◦ blue 88

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

Shades of Paua #262058

Tints of Paua #262058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 24.05%
G = 20.25%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#262058 (or 0x262058) is known color: Paua. HEX triplet: 26, 20 and 58. RGB value is (38,32,88). Sum of RGB (Red+Green+Blue) = 38+32+88=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #262058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262058 is #D9DFA7. Grayscale: #272727. Windows color (decimal): -14278568 or 5775398. OLE color: 5775398.

HSL color Cylindrical-coordinate representation of color #262058: hue angle of 246.43º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #262058 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 32 88 -
CMYK 0.57 0.64 0 0.65
HSL 246.43º 0.47% 0.24% -
HSV(B) 246.43º 0.64% 0.35% -
XYZ 3.08 2.15 9.49 -
YUV 40.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 38 32 88 0.57 0.64 0 0.65 246.43 0.47 0.24
Hex 26 20 58 39 40 0 41 F6 2F 18
Octal 46 40 130 71 100 0 101 366 57 30
Binary 100110 100000 1011000 111001 1000000 0 1000001 11110110 101111 11000

Color Harmonies of #262058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262058

Black with #262058

Text Example


Text Example

White with #262058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262058; }

 p { color: rgb(38,32,88); }

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

background-color css

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

 a { background-color: rgb(38,32,88); }

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

border-color css

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

 span { border-color: rgb(38,32,88); }

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