Html Css Color HEX #293070 Deep Koamaru

📋 copy color: '#293070'

red 41 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #293070

Tints of Deep Koamaru #293070

RGB

 RED value IS 41 (16.41% from 255) = 20.4%

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 20.4%
G = 23.88%
B = 55.72%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293070 (or 0x293070) is known color: Deep Koamaru. HEX triplet: 29, 30 and 70. RGB value is (41,48,112). Sum of RGB (Red+Green+Blue) = 41+48+112=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #293070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293070 is #D6CF8F. Grayscale: #343434. Windows color (decimal): -14077840 or 7352361. OLE color: 7352361.

HSL color Cylindrical-coordinate representation of color #293070: hue angle of 234.08º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293070 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 48 112 -
CMYK 0.63 0.57 0 0.56
HSL 234.08º 0.46% 0.3% -
HSV(B) 234.08º 0.63% 0.44% -
XYZ 4.9 3.76 15.8 -
YUV 53.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 41 48 112 0.63 0.57 0 0.56 234.08 0.46 0.3
Hex 29 30 70 3F 39 0 38 EA 2E 1E
Octal 51 60 160 77 71 0 70 352 56 36
Binary 101001 110000 1110000 111111 111001 0 111000 11101010 101110 11110

Color Harmonies of #293070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293070

Black with #293070

Text Example


Text Example

White with #293070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293070; }

 p { color: rgb(41,48,112); }

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

background-color css

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

 a { background-color: rgb(41,48,112); }

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

border-color css

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

 span { border-color: rgb(41,48,112); }

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