Html Css Color HEX #232453 Paua

📋 copy color: '#232453'

red 35 ◦ green 36 ◦ blue 83

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

Shades of Paua #232453

Tints of Paua #232453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.9%

R = 22.73%
G = 23.38%
B = 53.9%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232453 (or 0x232453) is known color: Paua. HEX triplet: 23, 24 and 53. RGB value is (35,36,83). Sum of RGB (Red+Green+Blue) = 35+36+83=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #232453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232453 is #DCDBAC. Grayscale: #282828. Windows color (decimal): -14474157 or 5448739. OLE color: 5448739.

HSL color Cylindrical-coordinate representation of color #232453: hue angle of 238.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232453 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 36 83 -
CMYK 0.58 0.57 0 0.67
HSL 238.75º 0.41% 0.23% -
HSV(B) 238.75º 0.58% 0.33% -
XYZ 2.89 2.24 8.46 -
YUV 41.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 35 36 83 0.58 0.57 0 0.67 238.75 0.41 0.23
Hex 23 24 53 3A 39 0 43 EF 29 17
Octal 43 44 123 72 71 0 103 357 51 27
Binary 100011 100100 1010011 111010 111001 0 1000011 11101111 101001 10111

Color Harmonies of #232453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232453

Black with #232453

Text Example


Text Example

White with #232453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232453; }

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

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

background-color css

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

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

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

border-color css

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

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

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