Html Css Color HEX #242863 Deep Koamaru

📋 copy color: '#242863'

red 36 ◦ green 40 ◦ blue 99

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

Shades of Deep Koamaru #242863

Tints of Deep Koamaru #242863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 20.57%
G = 22.86%
B = 56.57%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#242863 (or 0x242863) is known color: Deep Koamaru. HEX triplet: 24, 28 and 63. RGB value is (36,40,99). Sum of RGB (Red+Green+Blue) = 36+40+99=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #242863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242863 is #DBD79C. Grayscale: #2D2D2D. Windows color (decimal): -14407581 or 6498340. OLE color: 6498340.

HSL color Cylindrical-coordinate representation of color #242863: hue angle of 236.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242863 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 40 99 -
CMYK 0.64 0.60 0 0.61
HSL 236.19º 0.47% 0.26% -
HSV(B) 236.19º 0.64% 0.39% -
XYZ 3.74 2.79 12.15 -
YUV 45.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 36 40 99 0.64 0.60 0 0.61 236.19 0.47 0.26
Hex 24 28 63 40 3C 0 3D EC 2F 1A
Octal 44 50 143 100 74 0 75 354 57 32
Binary 100100 101000 1100011 1000000 111100 0 111101 11101100 101111 11010

Color Harmonies of #242863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242863

Black with #242863

Text Example


Text Example

White with #242863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242863; }

 p { color: rgb(36,40,99); }

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

background-color css

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

 a { background-color: rgb(36,40,99); }

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

border-color css

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

 span { border-color: rgb(36,40,99); }

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