Html Css Color HEX #261B57 Paua

📋 copy color: '#261B57'

red 38 ◦ green 27 ◦ blue 87

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

Shades of Paua #261B57

Tints of Paua #261B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 25%
G = 17.76%
B = 57.24%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#261B57 (or 0x261B57) is known color: Paua. HEX triplet: 26, 1B and 57. RGB value is (38,27,87). Sum of RGB (Red+Green+Blue) = 38+27+87=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #261B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B57 is #D9E4A8. Grayscale: #242424. Windows color (decimal): -14279849 or 5708582. OLE color: 5708582.

HSL color Cylindrical-coordinate representation of color #261B57: hue angle of 251º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261B57 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 27 87 -
CMYK 0.56 0.69 0 0.66
HSL 251º 0.53% 0.22% -
HSV(B) 251º 0.69% 0.34% -
XYZ 2.91 1.88 9.23 -
YUV 37.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 38 27 87 0.56 0.69 0 0.66 251 0.53 0.22
Hex 26 1B 57 38 45 0 42 FB 35 16
Octal 46 33 127 70 105 0 102 373 65 26
Binary 100110 11011 1010111 111000 1000101 0 1000010 11111011 110101 10110

Color Harmonies of #261B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B57

Black with #261B57

Text Example


Text Example

White with #261B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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