Html Css Color HEX #352E68 Deep Koamaru

📋 copy color: '#352E68'

red 53 ◦ green 46 ◦ blue 104

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

Shades of Deep Koamaru #352E68

Tints of Deep Koamaru #352E68

RGB

 RED value IS 53 (21.09% from 255) = 26.11%

 GREEN value IS 46 (18.36% from 255) = 22.66%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 26.11%
G = 22.66%
B = 51.23%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352E68 (or 0x352E68) is known color: Deep Koamaru. HEX triplet: 35, 2E and 68. RGB value is (53,46,104). Sum of RGB (Red+Green+Blue) = 53+46+104=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #352E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E68 is #CAD197. Grayscale: #363636. Windows color (decimal): -13291928 or 6827573. OLE color: 6827573.

HSL color Cylindrical-coordinate representation of color #352E68: hue angle of 247.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352E68 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 46 104 -
CMYK 0.49 0.56 0 0.59
HSL 247.24º 0.39% 0.29% -
HSV(B) 247.24º 0.56% 0.41% -
XYZ 4.94 3.71 13.55 -
YUV 54.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 53 46 104 0.49 0.56 0 0.59 247.24 0.39 0.29
Hex 35 2E 68 31 38 0 3B F7 27 1D
Octal 65 56 150 61 70 0 73 367 47 35
Binary 110101 101110 1101000 110001 111000 0 111011 11110111 100111 11101

Color Harmonies of #352E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E68

Black with #352E68

Text Example


Text Example

White with #352E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E68; }

 p { color: rgb(53,46,104); }

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

background-color css

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

 a { background-color: rgb(53,46,104); }

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

border-color css

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

 span { border-color: rgb(53,46,104); }

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