Html Css Color HEX #231D4D Paua

📋 copy color: '#231D4D'

red 35 ◦ green 29 ◦ blue 77

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

Shades of Paua #231D4D

Tints of Paua #231D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 24.82%
G = 20.57%
B = 54.61%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#231D4D (or 0x231D4D) is known color: Paua. HEX triplet: 23, 1D and 4D. RGB value is (35,29,77). Sum of RGB (Red+Green+Blue) = 35+29+77=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #231D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D4D is #DCE2B2. Grayscale: #242424. Windows color (decimal): -14475955 or 5053731. OLE color: 5053731.

HSL color Cylindrical-coordinate representation of color #231D4D: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231D4D is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 29 77 -
CMYK 0.55 0.62 0 0.70
HSL 247.5º 0.45% 0.21% -
HSV(B) 247.5º 0.62% 0.3% -
XYZ 2.47 1.77 7.23 -
YUV 36.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 35 29 77 0.55 0.62 0 0.70 247.5 0.45 0.21
Hex 23 1D 4D 37 3E 0 46 F8 2D 15
Octal 43 35 115 67 76 0 106 370 55 25
Binary 100011 11101 1001101 110111 111110 0 1000110 11111000 101101 10101

Color Harmonies of #231D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D4D

Black with #231D4D

Text Example


Text Example

White with #231D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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