Html Css Color HEX #231F4C Paua

📋 copy color: '#231F4C'

red 35 ◦ green 31 ◦ blue 76

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

Shades of Paua #231F4C

Tints of Paua #231F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

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

R = 24.65%
G = 21.83%
B = 53.52%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#231F4C (or 0x231F4C) is known color: Paua. HEX triplet: 23, 1F and 4C. RGB value is (35,31,76). Sum of RGB (Red+Green+Blue) = 35+31+76=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #231F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F4C is #DCE0B3. Grayscale: #252525. Windows color (decimal): -14475444 or 4988707. OLE color: 4988707.

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

Color convert

RGB 35 31 76 -
CMYK 0.54 0.59 0 0.70
HSL 245.33º 0.42% 0.21% -
HSV(B) 245.33º 0.59% 0.3% -
XYZ 2.49 1.86 7.07 -
YUV 37.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 35 31 76 0.54 0.59 0 0.70 245.33 0.42 0.21
Hex 23 1F 4C 36 3B 0 46 F5 2A 15
Octal 43 37 114 66 73 0 106 365 52 25
Binary 100011 11111 1001100 110110 111011 0 1000110 11110101 101010 10101

Color Harmonies of #231F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F4C

Black with #231F4C

Text Example


Text Example

White with #231F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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