Html Css Color HEX #230E5C Paua

📋 copy color: '#230E5C'

red 35 ◦ green 14 ◦ blue 92

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

Shades of Paua #230E5C

Tints of Paua #230E5C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.93%

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 24.82%
G = 9.93%
B = 65.25%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#230E5C (or 0x230E5C) is known color: Paua. HEX triplet: 23, 0E and 5C. RGB value is (35,14,92). Sum of RGB (Red+Green+Blue) = 35+14+92=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #230E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E5C is #DCF1A3. Grayscale: #1C1C1C. Windows color (decimal): -14479780 or 6032931. OLE color: 6032931.

HSL color Cylindrical-coordinate representation of color #230E5C: hue angle of 256.15º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230E5C is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 14 92 -
CMYK 0.62 0.85 0 0.64
HSL 256.15º 0.74% 0.21% -
HSV(B) 256.15º 0.85% 0.36% -
XYZ 2.78 1.44 10.26 -
YUV 29.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 35 14 92 0.62 0.85 0 0.64 256.15 0.74 0.21
Hex 23 E 5C 3E 55 0 40 100 4A 15
Octal 43 16 134 76 125 0 100 400 112 25
Binary 100011 1110 1011100 111110 1010101 0 1000000 100000000 1001010 10101

Color Harmonies of #230E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E5C

Black with #230E5C

Text Example


Text Example

White with #230E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E5C; }

 p { color: rgb(35,14,92); }

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

background-color css

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

 a { background-color: rgb(35,14,92); }

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

border-color css

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

 span { border-color: rgb(35,14,92); }

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