Html Css Color HEX #232060 Paua

📋 copy color: '#232060'

red 35 ◦ green 32 ◦ blue 96

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

Shades of Paua #232060

Tints of Paua #232060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 21.47%
G = 19.63%
B = 58.9%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#232060 (or 0x232060) is known color: Paua. HEX triplet: 23, 20 and 60. RGB value is (35,32,96). Sum of RGB (Red+Green+Blue) = 35+32+96=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #232060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232060 is #DCDF9F. Grayscale: #272727. Windows color (decimal): -14475168 or 6299683. OLE color: 6299683.

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

Color convert

RGB 35 32 96 -
CMYK 0.64 0.67 0 0.62
HSL 242.81º 0.5% 0.25% -
HSV(B) 242.81º 0.67% 0.38% -
XYZ 3.32 2.23 11.32 -
YUV 40.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 35 32 96 0.64 0.67 0 0.62 242.81 0.5 0.25
Hex 23 20 60 40 43 0 3E F3 32 19
Octal 43 40 140 100 103 0 76 363 62 31
Binary 100011 100000 1100000 1000000 1000011 0 111110 11110011 110010 11001

Color Harmonies of #232060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232060

Black with #232060

Text Example


Text Example

White with #232060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232060; }

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

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

background-color css

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

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

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

border-color css

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

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

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