Html Css Color HEX #252E5A Lucky Point

📋 copy color: '#252E5A'

red 37 ◦ green 46 ◦ blue 90

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

Shades of Lucky Point #252E5A

Tints of Lucky Point #252E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 90 (35.55% from 255) = 52.02%

R = 21.39%
G = 26.59%
B = 52.02%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252E5A (or 0x252E5A) is known color: Lucky Point. HEX triplet: 25, 2E and 5A. RGB value is (37,46,90). Sum of RGB (Red+Green+Blue) = 37+46+90=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #252E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E5A is #DAD1A5. Grayscale: #303030. Windows color (decimal): -14340518 or 5910053. OLE color: 5910053.

HSL color Cylindrical-coordinate representation of color #252E5A: hue angle of 229.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252E5A is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 46 90 -
CMYK 0.59 0.49 0 0.65
HSL 229.81º 0.42% 0.25% -
HSV(B) 229.81º 0.59% 0.35% -
XYZ 3.59 3.09 10.08 -
YUV 48.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 37 46 90 0.59 0.49 0 0.65 229.81 0.42 0.25
Hex 25 2E 5A 3B 31 0 41 E6 2A 19
Octal 45 56 132 73 61 0 101 346 52 31
Binary 100101 101110 1011010 111011 110001 0 1000001 11100110 101010 11001

Color Harmonies of #252E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E5A

Black with #252E5A

Text Example


Text Example

White with #252E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,90); }

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

background-color css

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

 a { background-color: rgb(37,46,90); }

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

border-color css

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

 span { border-color: rgb(37,46,90); }

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