Html Css Color HEX #230F60 Paris M

📋 copy color: '#230F60'

red 35 ◦ green 15 ◦ blue 96

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

Shades of Paris M #230F60

Tints of Paris M #230F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 23.97%
G = 10.27%
B = 65.75%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230F60 (or 0x230F60) is known color: Paris M. HEX triplet: 23, 0F and 60. RGB value is (35,15,96). Sum of RGB (Red+Green+Blue) = 35+15+96=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #230F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F60 is #DCF09F. Grayscale: #1D1D1D. Windows color (decimal): -14479520 or 6295331. OLE color: 6295331.

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

Color convert

RGB 35 15 96 -
CMYK 0.64 0.84 0 0.62
HSL 254.81º 0.73% 0.22% -
HSV(B) 254.81º 0.84% 0.38% -
XYZ 2.98 1.54 11.21 -
YUV 30.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 35 15 96 0.64 0.84 0 0.62 254.81 0.73 0.22
Hex 23 F 60 40 54 0 3E FF 49 16
Octal 43 17 140 100 124 0 76 377 111 26
Binary 100011 1111 1100000 1000000 1010100 0 111110 11111111 1001001 10110

Color Harmonies of #230F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F60

Black with #230F60

Text Example


Text Example

White with #230F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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