Html Css Color HEX #231B5E Paua

📋 copy color: '#231B5E'

red 35 ◦ green 27 ◦ blue 94

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

Shades of Paua #231B5E

Tints of Paua #231B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

 BLUE value IS 94 (37.11% from 255) = 60.26%

R = 22.44%
G = 17.31%
B = 60.26%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#231B5E (or 0x231B5E) is known color: Paua. HEX triplet: 23, 1B and 5E. RGB value is (35,27,94). Sum of RGB (Red+Green+Blue) = 35+27+94=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #231B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B5E is #DCE4A1. Grayscale: #242424. Windows color (decimal): -14476450 or 6167331. OLE color: 6167331.

HSL color Cylindrical-coordinate representation of color #231B5E: hue angle of 247.16º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231B5E is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 27 94 -
CMYK 0.63 0.71 0 0.63
HSL 247.16º 0.55% 0.24% -
HSV(B) 247.16º 0.71% 0.37% -
XYZ 3.11 1.95 10.8 -
YUV 37.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 35 27 94 0.63 0.71 0 0.63 247.16 0.55 0.24
Hex 23 1B 5E 3F 47 0 3F F7 37 18
Octal 43 33 136 77 107 0 77 367 67 30
Binary 100011 11011 1011110 111111 1000111 0 111111 11110111 110111 11000

Color Harmonies of #231B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B5E

Black with #231B5E

Text Example


Text Example

White with #231B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,94); }

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

background-color css

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

 a { background-color: rgb(35,27,94); }

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

border-color css

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

 span { border-color: rgb(35,27,94); }

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