Html Css Color HEX #23245B Paua

📋 copy color: '#23245B'

red 35 ◦ green 36 ◦ blue 91

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

Shades of Paua #23245B

Tints of Paua #23245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 21.6%
G = 22.22%
B = 56.17%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23245B (or 0x23245B) is known color: Paua. HEX triplet: 23, 24 and 5B. RGB value is (35,36,91). Sum of RGB (Red+Green+Blue) = 35+36+91=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #23245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23245B is #DCDBA4. Grayscale: #292929. Windows color (decimal): -14474149 or 5973027. OLE color: 5973027.

HSL color Cylindrical-coordinate representation of color #23245B: hue angle of 238.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23245B is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 36 91 -
CMYK 0.62 0.60 0 0.64
HSL 238.93º 0.44% 0.25% -
HSV(B) 238.93º 0.62% 0.36% -
XYZ 3.21 2.37 10.19 -
YUV 41.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 35 36 91 0.62 0.60 0 0.64 238.93 0.44 0.25
Hex 23 24 5B 3E 3C 0 40 EF 2C 19
Octal 43 44 133 76 74 0 100 357 54 31
Binary 100011 100100 1011011 111110 111100 0 1000000 11101111 101100 11001

Color Harmonies of #23245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23245B

Black with #23245B

Text Example


Text Example

White with #23245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23245B; }

 p { color: rgb(35,36,91); }

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

background-color css

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

 a { background-color: rgb(35,36,91); }

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

border-color css

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

 span { border-color: rgb(35,36,91); }

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