Html Css Color HEX #352F68 Deep Koamaru

📋 copy color: '#352F68'

red 53 ◦ green 47 ◦ blue 104

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

Shades of Deep Koamaru #352F68

Tints of Deep Koamaru #352F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 25.98%
G = 23.04%
B = 50.98%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#352F68 (or 0x352F68) is known color: Deep Koamaru. HEX triplet: 35, 2F and 68. RGB value is (53,47,104). Sum of RGB (Red+Green+Blue) = 53+47+104=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #352F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F68 is #CAD097. Grayscale: #373737. Windows color (decimal): -13291672 or 6827829. OLE color: 6827829.

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

Color convert

RGB 53 47 104 -
CMYK 0.49 0.55 0 0.59
HSL 246.32º 0.38% 0.3% -
HSV(B) 246.32º 0.55% 0.41% -
XYZ 4.98 3.79 13.57 -
YUV 55.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 53 47 104 0.49 0.55 0 0.59 246.32 0.38 0.3
Hex 35 2F 68 31 37 0 3B F6 26 1E
Octal 65 57 150 61 67 0 73 366 46 36
Binary 110101 101111 1101000 110001 110111 0 111011 11110110 100110 11110

Color Harmonies of #352F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F68

Black with #352F68

Text Example


Text Example

White with #352F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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