Html Css Color HEX #252B5D Lucky Point

📋 copy color: '#252B5D'

red 37 ◦ green 43 ◦ blue 93

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

Shades of Lucky Point #252B5D

Tints of Lucky Point #252B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 21.39%
G = 24.86%
B = 53.76%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#252B5D (or 0x252B5D) is known color: Lucky Point. HEX triplet: 25, 2B and 5D. RGB value is (37,43,93). Sum of RGB (Red+Green+Blue) = 37+43+93=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #252B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B5D is #DAD4A2. Grayscale: #2E2E2E. Windows color (decimal): -14341283 or 6105893. OLE color: 6105893.

HSL color Cylindrical-coordinate representation of color #252B5D: hue angle of 233.57º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252B5D is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 43 93 -
CMYK 0.60 0.54 0 0.64
HSL 233.57º 0.43% 0.25% -
HSV(B) 233.57º 0.6% 0.36% -
XYZ 3.6 2.91 10.73 -
YUV 46.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 37 43 93 0.60 0.54 0 0.64 233.57 0.43 0.25
Hex 25 2B 5D 3C 36 0 40 EA 2B 19
Octal 45 53 135 74 66 0 100 352 53 31
Binary 100101 101011 1011101 111100 110110 0 1000000 11101010 101011 11001

Color Harmonies of #252B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B5D

Black with #252B5D

Text Example


Text Example

White with #252B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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