Html Css Color HEX #240CC3 Medium Blue

📋 copy color: '#240CC3'

red 36 ◦ green 12 ◦ blue 195

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

Shades of Medium Blue #240CC3

Tints of Medium Blue #240CC3

RGB

 RED value IS 36 (14.45% from 255) = 14.81%

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 195 (76.56% from 255) = 80.25%

R = 14.81%
G = 4.94%
B = 80.25%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#240CC3 (or 0x240CC3) is known color: Medium Blue. HEX triplet: 24, 0C and C3. RGB value is (36,12,195). Sum of RGB (Red+Green+Blue) = 36+12+195=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 195 (76.56% from 255 or 80.25% from 243); Max value from RGB is 195 - color contains mainly: blue. Hex color #240CC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CC3 is #DBF33C. Grayscale: #272727. Windows color (decimal): -14414653 or 12782628. OLE color: 12782628.

HSL color Cylindrical-coordinate representation of color #240CC3: hue angle of 247.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CC3 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 12 195 -
CMYK 0.82 0.94 0 0.24
HSL 247.87º 0.88% 0.41% -
HSV(B) 247.87º 0.94% 0.76% -
XYZ 10.71 4.58 51.95 -
YUV 40.04 215.45 125.12 -
System Red Green Blue C M Y K H S L
Decimal 36 12 195 0.82 0.94 0 0.24 247.87 0.88 0.41
Hex 24 C C3 52 5E 0 18 F8 58 29
Octal 44 14 303 122 136 0 30 370 130 51
Binary 100100 1100 11000011 1010010 1011110 0 11000 11111000 1011000 101001

Color Harmonies of #240CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CC3

Black with #240CC3

Text Example


Text Example

White with #240CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240CC3; }

 p { color: rgb(36,12,195); }

 H1.HeaderClassName
 {
   color: #240CC3;
 }
 .AnyTagClassName
 {
   color: #240CC3;
 }
</style>

background-color css

<style>
 a { background-color: #240CC3; }

 a { background-color: rgb(36,12,195); }

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

border-color css

<style>
 span { border-color: #240CC3; }

 span { border-color: rgb(36,12,195); }

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