Html Css Color HEX #261B55 Paua

📋 copy color: '#261B55'

red 38 ◦ green 27 ◦ blue 85

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

Shades of Paua #261B55

Tints of Paua #261B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

 BLUE value IS 85 (33.59% from 255) = 56.67%

R = 25.33%
G = 18%
B = 56.67%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#261B55 (or 0x261B55) is known color: Paua. HEX triplet: 26, 1B and 55. RGB value is (38,27,85). Sum of RGB (Red+Green+Blue) = 38+27+85=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #261B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B55 is #D9E4AA. Grayscale: #242424. Windows color (decimal): -14279851 or 5577510. OLE color: 5577510.

HSL color Cylindrical-coordinate representation of color #261B55: hue angle of 251.38º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261B55 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 27 85 -
CMYK 0.55 0.68 0 0.67
HSL 251.38º 0.52% 0.22% -
HSV(B) 251.38º 0.68% 0.33% -
XYZ 2.83 1.85 8.8 -
YUV 36.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 38 27 85 0.55 0.68 0 0.67 251.38 0.52 0.22
Hex 26 1B 55 37 44 0 43 FB 34 16
Octal 46 33 125 67 104 0 103 373 64 26
Binary 100110 11011 1010101 110111 1000100 0 1000011 11111011 110100 10110

Color Harmonies of #261B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B55

Black with #261B55

Text Example


Text Example

White with #261B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261B55; }

 p { color: rgb(38,27,85); }

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

background-color css

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

 a { background-color: rgb(38,27,85); }

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

border-color css

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

 span { border-color: rgb(38,27,85); }

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