Html Css Color HEX #232057 Paua

📋 copy color: '#232057'

red 35 ◦ green 32 ◦ blue 87

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

Shades of Paua #232057

Tints of Paua #232057

RGB

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

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

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

R = 22.73%
G = 20.78%
B = 56.49%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#232057 (or 0x232057) is known color: Paua. HEX triplet: 23, 20 and 57. RGB value is (35,32,87). Sum of RGB (Red+Green+Blue) = 35+32+87=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #232057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232057 is #DCDFA8. Grayscale: #262626. Windows color (decimal): -14475177 or 5709859. OLE color: 5709859.

HSL color Cylindrical-coordinate representation of color #232057: hue angle of 243.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #232057 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 32 87 -
CMYK 0.60 0.63 0 0.66
HSL 243.27º 0.46% 0.23% -
HSV(B) 243.27º 0.63% 0.34% -
XYZ 2.93 2.08 9.26 -
YUV 39.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 35 32 87 0.60 0.63 0 0.66 243.27 0.46 0.23
Hex 23 20 57 3C 3F 0 42 F3 2E 17
Octal 43 40 127 74 77 0 102 363 56 27
Binary 100011 100000 1010111 111100 111111 0 1000010 11110011 101110 10111

Color Harmonies of #232057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232057

Black with #232057

Text Example


Text Example

White with #232057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232057; }

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

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

background-color css

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

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

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

border-color css

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

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

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