Html Css Color HEX #231C62 Paris M

📋 copy color: '#231C62'

red 35 ◦ green 28 ◦ blue 98

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

Shades of Paris M #231C62

Tints of Paris M #231C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

 BLUE value IS 98 (38.67% from 255) = 60.87%

R = 21.74%
G = 17.39%
B = 60.87%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231C62 (or 0x231C62) is known color: Paris M. HEX triplet: 23, 1C and 62. RGB value is (35,28,98). Sum of RGB (Red+Green+Blue) = 35+28+98=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #231C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C62 is #DCE39D. Grayscale: #252525. Windows color (decimal): -14476190 or 6429731. OLE color: 6429731.

HSL color Cylindrical-coordinate representation of color #231C62: hue angle of 246º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231C62 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 28 98 -
CMYK 0.64 0.71 0 0.62
HSL 246º 0.56% 0.25% -
HSV(B) 246º 0.71% 0.38% -
XYZ 3.31 2.07 11.78 -
YUV 38.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 35 28 98 0.64 0.71 0 0.62 246 0.56 0.25
Hex 23 1C 62 40 47 0 3E F6 38 19
Octal 43 34 142 100 107 0 76 366 70 31
Binary 100011 11100 1100010 1000000 1000111 0 111110 11110110 111000 11001

Color Harmonies of #231C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C62

Black with #231C62

Text Example


Text Example

White with #231C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C62; }

 p { color: rgb(35,28,98); }

 H1.HeaderClassName
 {
   color: #231C62;
 }
 .AnyTagClassName
 {
   color: #231C62;
 }
</style>

background-color css

<style>
 a { background-color: #231C62; }

 a { background-color: rgb(35,28,98); }

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

border-color css

<style>
 span { border-color: #231C62; }

 span { border-color: rgb(35,28,98); }

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