Html Css Color HEX #262353 Paua

📋 copy color: '#262353'

red 38 ◦ green 35 ◦ blue 83

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

Shades of Paua #262353

Tints of Paua #262353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 24.36%
G = 22.44%
B = 53.21%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#262353 (or 0x262353) is known color: Paua. HEX triplet: 26, 23 and 53. RGB value is (38,35,83). Sum of RGB (Red+Green+Blue) = 38+35+83=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #262353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262353 is #D9DCAC. Grayscale: #292929. Windows color (decimal): -14277805 or 5448486. OLE color: 5448486.

HSL color Cylindrical-coordinate representation of color #262353: hue angle of 243.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262353 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 35 83 -
CMYK 0.54 0.58 0 0.67
HSL 243.75º 0.41% 0.23% -
HSV(B) 243.75º 0.58% 0.33% -
XYZ 2.96 2.24 8.46 -
YUV 41.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 38 35 83 0.54 0.58 0 0.67 243.75 0.41 0.23
Hex 26 23 53 36 3A 0 43 F4 29 17
Octal 46 43 123 66 72 0 103 364 51 27
Binary 100110 100011 1010011 110110 111010 0 1000011 11110100 101001 10111

Color Harmonies of #262353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262353

Black with #262353

Text Example


Text Example

White with #262353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262353; }

 p { color: rgb(38,35,83); }

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

background-color css

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

 a { background-color: rgb(38,35,83); }

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

border-color css

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

 span { border-color: rgb(38,35,83); }

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