Html Css Color HEX #231D4F Paua

📋 copy color: '#231D4F'

red 35 ◦ green 29 ◦ blue 79

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

Shades of Paua #231D4F

Tints of Paua #231D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 24.48%
G = 20.28%
B = 55.24%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231D4F (or 0x231D4F) is known color: Paua. HEX triplet: 23, 1D and 4F. RGB value is (35,29,79). Sum of RGB (Red+Green+Blue) = 35+29+79=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #231D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D4F is #DCE2B0. Grayscale: #242424. Windows color (decimal): -14475953 or 5184803. OLE color: 5184803.

HSL color Cylindrical-coordinate representation of color #231D4F: hue angle of 247.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231D4F is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 29 79 -
CMYK 0.56 0.63 0 0.69
HSL 247.2º 0.46% 0.21% -
HSV(B) 247.2º 0.63% 0.31% -
XYZ 2.54 1.8 7.61 -
YUV 36.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 35 29 79 0.56 0.63 0 0.69 247.2 0.46 0.21
Hex 23 1D 4F 38 3F 0 45 F7 2E 15
Octal 43 35 117 70 77 0 105 367 56 25
Binary 100011 11101 1001111 111000 111111 0 1000101 11110111 101110 10101

Color Harmonies of #231D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D4F

Black with #231D4F

Text Example


Text Example

White with #231D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231D4F; }

 p { color: rgb(35,29,79); }

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

background-color css

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

 a { background-color: rgb(35,29,79); }

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

border-color css

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

 span { border-color: rgb(35,29,79); }

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