Html Css Color HEX #23255A Lucky Point

📋 copy color: '#23255A'

red 35 ◦ green 37 ◦ blue 90

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

Shades of Lucky Point #23255A

Tints of Lucky Point #23255A

RGB

 RED value IS 35 (14.06% from 255) = 21.6%

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

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

R = 21.6%
G = 22.84%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23255A (or 0x23255A) is known color: Lucky Point. HEX triplet: 23, 25 and 5A. RGB value is (35,37,90). Sum of RGB (Red+Green+Blue) = 35+37+90=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #23255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23255A is #DCDAA5. Grayscale: #2A2A2A. Windows color (decimal): -14473894 or 5907747. OLE color: 5907747.

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

Color convert

RGB 35 37 90 -
CMYK 0.61 0.59 0 0.65
HSL 237.82º 0.44% 0.25% -
HSV(B) 237.82º 0.61% 0.35% -
XYZ 3.2 2.42 9.97 -
YUV 42.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 35 37 90 0.61 0.59 0 0.65 237.82 0.44 0.25
Hex 23 25 5A 3D 3B 0 41 EE 2C 19
Octal 43 45 132 75 73 0 101 356 54 31
Binary 100011 100101 1011010 111101 111011 0 1000001 11101110 101100 11001

Color Harmonies of #23255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23255A

Black with #23255A

Text Example


Text Example

White with #23255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23255A; }

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

 H1.HeaderClassName
 {
   color: #23255A;
 }
 .AnyTagClassName
 {
   color: #23255A;
 }
</style>

background-color css

<style>
 a { background-color: #23255A; }

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

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

border-color css

<style>
 span { border-color: #23255A; }

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

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