Html Css Color HEX #23265D Lucky Point

📋 copy color: '#23265D'

red 35 ◦ green 38 ◦ blue 93

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

Shades of Lucky Point #23265D

Tints of Lucky Point #23265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 21.08%
G = 22.89%
B = 56.02%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23265D (or 0x23265D) is known color: Lucky Point. HEX triplet: 23, 26 and 5D. RGB value is (35,38,93). Sum of RGB (Red+Green+Blue) = 35+38+93=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #23265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23265D is #DCD9A2. Grayscale: #2B2B2B. Windows color (decimal): -14473635 or 6104611. OLE color: 6104611.

HSL color Cylindrical-coordinate representation of color #23265D: hue angle of 236.9º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23265D is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 38 93 -
CMYK 0.62 0.59 0 0.64
HSL 236.9º 0.45% 0.25% -
HSV(B) 236.9º 0.62% 0.36% -
XYZ 3.36 2.53 10.67 -
YUV 43.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 35 38 93 0.62 0.59 0 0.64 236.9 0.45 0.25
Hex 23 26 5D 3E 3B 0 40 ED 2D 19
Octal 43 46 135 76 73 0 100 355 55 31
Binary 100011 100110 1011101 111110 111011 0 1000000 11101101 101101 11001

Color Harmonies of #23265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23265D

Black with #23265D

Text Example


Text Example

White with #23265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23265D; }

 p { color: rgb(35,38,93); }

 H1.HeaderClassName
 {
   color: #23265D;
 }
 .AnyTagClassName
 {
   color: #23265D;
 }
</style>

background-color css

<style>
 a { background-color: #23265D; }

 a { background-color: rgb(35,38,93); }

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

border-color css

<style>
 span { border-color: #23265D; }

 span { border-color: rgb(35,38,93); }

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