Html Css Color HEX #252661 Paua

📋 copy color: '#252661'

red 37 ◦ green 38 ◦ blue 97

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

Shades of Paua #252661

Tints of Paua #252661

RGB

 RED value IS 37 (14.84% from 255) = 21.51%

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 21.51%
G = 22.09%
B = 56.4%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#252661 (or 0x252661) is known color: Paua. HEX triplet: 25, 26 and 61. RGB value is (37,38,97). Sum of RGB (Red+Green+Blue) = 37+38+97=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #252661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252661 is #DAD99E. Grayscale: #2C2C2C. Windows color (decimal): -14342559 or 6366757. OLE color: 6366757.

HSL color Cylindrical-coordinate representation of color #252661: hue angle of 239º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #252661 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 38 97 -
CMYK 0.62 0.61 0 0.62
HSL 239º 0.45% 0.26% -
HSV(B) 239º 0.62% 0.38% -
XYZ 3.61 2.64 11.63 -
YUV 44.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 37 38 97 0.62 0.61 0 0.62 239 0.45 0.26
Hex 25 26 61 3E 3D 0 3E EF 2D 1A
Octal 45 46 141 76 75 0 76 357 55 32
Binary 100101 100110 1100001 111110 111101 0 111110 11101111 101101 11010

Color Harmonies of #252661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252661

Black with #252661

Text Example


Text Example

White with #252661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252661; }

 p { color: rgb(37,38,97); }

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

background-color css

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

 a { background-color: rgb(37,38,97); }

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

border-color css

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

 span { border-color: rgb(37,38,97); }

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