Html Css Color HEX #232C58 Lucky Point

📋 copy color: '#232C58'

red 35 ◦ green 44 ◦ blue 88

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

Shades of Lucky Point #232C58

Tints of Lucky Point #232C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 20.96%
G = 26.35%
B = 52.69%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232C58 (or 0x232C58) is known color: Lucky Point. HEX triplet: 23, 2C and 58. RGB value is (35,44,88). Sum of RGB (Red+Green+Blue) = 35+44+88=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #232C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C58 is #DCD3A7. Grayscale: #2E2E2E. Windows color (decimal): -14472104 or 5778467. OLE color: 5778467.

HSL color Cylindrical-coordinate representation of color #232C58: hue angle of 229.81º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232C58 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 44 88 -
CMYK 0.60 0.5 0 0.65
HSL 229.81º 0.43% 0.24% -
HSV(B) 229.81º 0.6% 0.35% -
XYZ 3.36 2.86 9.61 -
YUV 46.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 35 44 88 0.60 0.5 0 0.65 229.81 0.43 0.24
Hex 23 2C 58 3C 32 0 41 E6 2B 18
Octal 43 54 130 74 62 0 101 346 53 30
Binary 100011 101100 1011000 111100 110010 0 1000001 11100110 101011 11000

Color Harmonies of #232C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C58

Black with #232C58

Text Example


Text Example

White with #232C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232C58; }

 p { color: rgb(35,44,88); }

 H1.HeaderClassName
 {
   color: #232C58;
 }
 .AnyTagClassName
 {
   color: #232C58;
 }
</style>

background-color css

<style>
 a { background-color: #232C58; }

 a { background-color: rgb(35,44,88); }

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

border-color css

<style>
 span { border-color: #232C58; }

 span { border-color: rgb(35,44,88); }

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