Html Css Color HEX #352B7C Deep Koamaru

📋 copy color: '#352B7C'

red 53 ◦ green 43 ◦ blue 124

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

Shades of Deep Koamaru #352B7C

Tints of Deep Koamaru #352B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 24.09%
G = 19.55%
B = 56.36%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#352B7C (or 0x352B7C) is known color: Deep Koamaru. HEX triplet: 35, 2B and 7C. RGB value is (53,43,124). Sum of RGB (Red+Green+Blue) = 53+43+124=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #352B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B7C is #CAD483. Grayscale: #363636. Windows color (decimal): -13292676 or 8137525. OLE color: 8137525.

HSL color Cylindrical-coordinate representation of color #352B7C: hue angle of 247.41º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352B7C is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 43 124 -
CMYK 0.57 0.65 0 0.51
HSL 247.41º 0.49% 0.33% -
HSV(B) 247.41º 0.65% 0.49% -
XYZ 5.97 3.94 19.51 -
YUV 55.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 53 43 124 0.57 0.65 0 0.51 247.41 0.49 0.33
Hex 35 2B 7C 39 41 0 33 F7 31 21
Octal 65 53 174 71 101 0 63 367 61 41
Binary 110101 101011 1111100 111001 1000001 0 110011 11110111 110001 100001

Color Harmonies of #352B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B7C

Black with #352B7C

Text Example


Text Example

White with #352B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,124); }

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

background-color css

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

 a { background-color: rgb(53,43,124); }

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

border-color css

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

 span { border-color: rgb(53,43,124); }

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