Html Css Color HEX #252D62 Lucky Point

📋 copy color: '#252D62'

red 37 ◦ green 45 ◦ blue 98

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

Shades of Lucky Point #252D62

Tints of Lucky Point #252D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 20.56%
G = 25%
B = 54.44%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#252D62 (or 0x252D62) is known color: Lucky Point. HEX triplet: 25, 2D and 62. RGB value is (37,45,98). Sum of RGB (Red+Green+Blue) = 37+45+98=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #252D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D62 is #DAD29D. Grayscale: #303030. Windows color (decimal): -14340766 or 6434085. OLE color: 6434085.

HSL color Cylindrical-coordinate representation of color #252D62: hue angle of 232.13º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #252D62 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 45 98 -
CMYK 0.62 0.54 0 0.62
HSL 232.13º 0.45% 0.26% -
HSV(B) 232.13º 0.62% 0.38% -
XYZ 3.91 3.15 11.96 -
YUV 48.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 37 45 98 0.62 0.54 0 0.62 232.13 0.45 0.26
Hex 25 2D 62 3E 36 0 3E E8 2D 1A
Octal 45 55 142 76 66 0 76 350 55 32
Binary 100101 101101 1100010 111110 110110 0 111110 11101000 101101 11010

Color Harmonies of #252D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D62

Black with #252D62

Text Example


Text Example

White with #252D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,98); }

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

background-color css

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

 a { background-color: rgb(37,45,98); }

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

border-color css

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

 span { border-color: rgb(37,45,98); }

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