Html Css Color HEX #231D4E Paua

📋 copy color: '#231D4E'

red 35 ◦ green 29 ◦ blue 78

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

Shades of Paua #231D4E

Tints of Paua #231D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 24.65%
G = 20.42%
B = 54.93%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231D4E (or 0x231D4E) is known color: Paua. HEX triplet: 23, 1D and 4E. RGB value is (35,29,78). Sum of RGB (Red+Green+Blue) = 35+29+78=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #231D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D4E is #DCE2B1. Grayscale: #242424. Windows color (decimal): -14475954 or 5119267. OLE color: 5119267.

HSL color Cylindrical-coordinate representation of color #231D4E: hue angle of 247.35º 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 #231D4E is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 29 78 -
CMYK 0.55 0.63 0 0.69
HSL 247.35º 0.46% 0.21% -
HSV(B) 247.35º 0.63% 0.31% -
XYZ 2.51 1.79 7.42 -
YUV 36.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 35 29 78 0.55 0.63 0 0.69 247.35 0.46 0.21
Hex 23 1D 4E 37 3F 0 45 F7 2E 15
Octal 43 35 116 67 77 0 105 367 56 25
Binary 100011 11101 1001110 110111 111111 0 1000101 11110111 101110 10101

Color Harmonies of #231D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D4E

Black with #231D4E

Text Example


Text Example

White with #231D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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