Html Css Color HEX #230F62 Paris M

📋 copy color: '#230F62'

red 35 ◦ green 15 ◦ blue 98

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

Shades of Paris M #230F62

Tints of Paris M #230F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

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

R = 23.65%
G = 10.14%
B = 66.22%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230F62 (or 0x230F62) is known color: Paris M. HEX triplet: 23, 0F and 62. RGB value is (35,15,98). Sum of RGB (Red+Green+Blue) = 35+15+98=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #230F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F62 is #DCF09D. Grayscale: #1E1E1E. Windows color (decimal): -14479518 or 6426403. OLE color: 6426403.

HSL color Cylindrical-coordinate representation of color #230F62: hue angle of 254.46º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230F62 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 15 98 -
CMYK 0.64 0.85 0 0.62
HSL 254.46º 0.73% 0.22% -
HSV(B) 254.46º 0.85% 0.38% -
XYZ 3.07 1.58 11.7 -
YUV 30.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 35 15 98 0.64 0.85 0 0.62 254.46 0.73 0.22
Hex 23 F 62 40 55 0 3E FE 49 16
Octal 43 17 142 100 125 0 76 376 111 26
Binary 100011 1111 1100010 1000000 1010101 0 111110 11111110 1001001 10110

Color Harmonies of #230F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F62

Black with #230F62

Text Example


Text Example

White with #230F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F62; }

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

 H1.HeaderClassName
 {
   color: #230F62;
 }
 .AnyTagClassName
 {
   color: #230F62;
 }
</style>

background-color css

<style>
 a { background-color: #230F62; }

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

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

border-color css

<style>
 span { border-color: #230F62; }

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

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