Html Css Color HEX #231F60 Paua

📋 copy color: '#231F60'

red 35 ◦ green 31 ◦ blue 96

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

Shades of Paua #231F60

Tints of Paua #231F60

RGB

 RED value IS 35 (14.06% from 255) = 21.6%

 GREEN value IS 31 (12.5% from 255) = 19.14%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 21.6%
G = 19.14%
B = 59.26%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231F60 (or 0x231F60) is known color: Paua. HEX triplet: 23, 1F and 60. RGB value is (35,31,96). Sum of RGB (Red+Green+Blue) = 35+31+96=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #231F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F60 is #DCE09F. Grayscale: #272727. Windows color (decimal): -14475424 or 6299427. OLE color: 6299427.

HSL color Cylindrical-coordinate representation of color #231F60: hue angle of 243.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231F60 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 31 96 -
CMYK 0.64 0.68 0 0.62
HSL 243.69º 0.51% 0.25% -
HSV(B) 243.69º 0.68% 0.38% -
XYZ 3.29 2.18 11.31 -
YUV 39.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 35 31 96 0.64 0.68 0 0.62 243.69 0.51 0.25
Hex 23 1F 60 40 44 0 3E F4 33 19
Octal 43 37 140 100 104 0 76 364 63 31
Binary 100011 11111 1100000 1000000 1000100 0 111110 11110100 110011 11001

Color Harmonies of #231F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F60

Black with #231F60

Text Example


Text Example

White with #231F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231F60; }

 p { color: rgb(35,31,96); }

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

background-color css

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

 a { background-color: rgb(35,31,96); }

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

border-color css

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

 span { border-color: rgb(35,31,96); }

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