Html Css Color HEX #232B4C Lucky Point

📋 copy color: '#232B4C'

red 35 ◦ green 43 ◦ blue 76

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

Shades of Lucky Point #232B4C

Tints of Lucky Point #232B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.35%

R = 22.73%
G = 27.92%
B = 49.35%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#232B4C (or 0x232B4C) is known color: Lucky Point. HEX triplet: 23, 2B and 4C. RGB value is (35,43,76). Sum of RGB (Red+Green+Blue) = 35+43+76=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #232B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B4C is #DCD4B3. Grayscale: #2C2C2C. Windows color (decimal): -14472372 or 4991779. OLE color: 4991779.

HSL color Cylindrical-coordinate representation of color #232B4C: hue angle of 228.29º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232B4C is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 43 76 -
CMYK 0.54 0.43 0 0.70
HSL 228.29º 0.37% 0.22% -
HSV(B) 228.29º 0.54% 0.3% -
XYZ 2.86 2.61 7.19 -
YUV 44.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 35 43 76 0.54 0.43 0 0.70 228.29 0.37 0.22
Hex 23 2B 4C 36 2B 0 46 E4 25 16
Octal 43 53 114 66 53 0 106 344 45 26
Binary 100011 101011 1001100 110110 101011 0 1000110 11100100 100101 10110

Color Harmonies of #232B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B4C

Black with #232B4C

Text Example


Text Example

White with #232B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,43,76); }

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

background-color css

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

 a { background-color: rgb(35,43,76); }

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

border-color css

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

 span { border-color: rgb(35,43,76); }

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