Html Css Color HEX #231D4C Paua

📋 copy color: '#231D4C'

red 35 ◦ green 29 ◦ blue 76

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

Shades of Paua #231D4C

Tints of Paua #231D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 25%
G = 20.71%
B = 54.29%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#231D4C (or 0x231D4C) is known color: Paua. HEX triplet: 23, 1D and 4C. RGB value is (35,29,76). Sum of RGB (Red+Green+Blue) = 35+29+76=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #231D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D4C is #DCE2B3. Grayscale: #232323. Windows color (decimal): -14475956 or 4988195. OLE color: 4988195.

HSL color Cylindrical-coordinate representation of color #231D4C: hue angle of 247.66º 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 #231D4C is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 29 76 -
CMYK 0.54 0.62 0 0.70
HSL 247.66º 0.45% 0.21% -
HSV(B) 247.66º 0.62% 0.3% -
XYZ 2.44 1.76 7.05 -
YUV 36.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 35 29 76 0.54 0.62 0 0.70 247.66 0.45 0.21
Hex 23 1D 4C 36 3E 0 46 F8 2D 15
Octal 43 35 114 66 76 0 106 370 55 25
Binary 100011 11101 1001100 110110 111110 0 1000110 11111000 101101 10101

Color Harmonies of #231D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D4C

Black with #231D4C

Text Example


Text Example

White with #231D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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