Html Css Color HEX #2B254C Paua

📋 copy color: '#2B254C'

red 43 ◦ green 37 ◦ blue 76

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

Shades of Paua #2B254C

Tints of Paua #2B254C

RGB

 RED value IS 43 (17.19% from 255) = 27.56%

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 27.56%
G = 23.72%
B = 48.72%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2B254C (or 0x2B254C) is known color: Paua. HEX triplet: 2B, 25 and 4C. RGB value is (43,37,76). Sum of RGB (Red+Green+Blue) = 43+37+76=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B254C is #D4DAB3. Grayscale: #2B2B2B. Windows color (decimal): -13949620 or 4990251. OLE color: 4990251.

HSL color Cylindrical-coordinate representation of color #2B254C: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B254C is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 37 76 -
CMYK 0.43 0.51 0 0.70
HSL 249.23º 0.35% 0.22% -
HSV(B) 249.23º 0.51% 0.3% -
XYZ 2.96 2.36 7.14 -
YUV 43.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 43 37 76 0.43 0.51 0 0.70 249.23 0.35 0.22
Hex 2B 25 4C 2B 33 0 46 F9 23 16
Octal 53 45 114 53 63 0 106 371 43 26
Binary 101011 100101 1001100 101011 110011 0 1000110 11111001 100011 10110

Color Harmonies of #2B254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B254C

Black with #2B254C

Text Example


Text Example

White with #2B254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B254C; }

 p { color: rgb(43,37,76); }

 H1.HeaderClassName
 {
   color: #2B254C;
 }
 .AnyTagClassName
 {
   color: #2B254C;
 }
</style>

background-color css

<style>
 a { background-color: #2B254C; }

 a { background-color: rgb(43,37,76); }

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

border-color css

<style>
 span { border-color: #2B254C; }

 span { border-color: rgb(43,37,76); }

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