Html Css Color HEX #252B4A Lucky Point

📋 copy color: '#252B4A'

red 37 ◦ green 43 ◦ blue 74

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

Shades of Lucky Point #252B4A

Tints of Lucky Point #252B4A

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 43 (17.19% from 255) = 27.92%

 BLUE value IS 74 (29.3% from 255) = 48.05%

R = 24.03%
G = 27.92%
B = 48.05%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252B4A (or 0x252B4A) is known color: Lucky Point. HEX triplet: 25, 2B and 4A. RGB value is (37,43,74). Sum of RGB (Red+Green+Blue) = 37+43+74=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #252B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B4A is #DAD4B5. Grayscale: #2C2C2C. Windows color (decimal): -14341302 or 4860709. OLE color: 4860709.

HSL color Cylindrical-coordinate representation of color #252B4A: hue angle of 230.27º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252B4A is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 43 74 -
CMYK 0.50 0.42 0 0.71
HSL 230.27º 0.33% 0.22% -
HSV(B) 230.27º 0.5% 0.29% -
XYZ 2.86 2.62 6.83 -
YUV 44.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 37 43 74 0.50 0.42 0 0.71 230.27 0.33 0.22
Hex 25 2B 4A 32 2A 0 47 E6 21 16
Octal 45 53 112 62 52 0 107 346 41 26
Binary 100101 101011 1001010 110010 101010 0 1000111 11100110 100001 10110

Color Harmonies of #252B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B4A

Black with #252B4A

Text Example


Text Example

White with #252B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252B4A; }

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

 H1.HeaderClassName
 {
   color: #252B4A;
 }
 .AnyTagClassName
 {
   color: #252B4A;
 }
</style>

background-color css

<style>
 a { background-color: #252B4A; }

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

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

border-color css

<style>
 span { border-color: #252B4A; }

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

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