Html Css Color HEX #353267 Deep Koamaru

📋 copy color: '#353267'

red 53 ◦ green 50 ◦ blue 103

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

Shades of Deep Koamaru #353267

Tints of Deep Koamaru #353267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

 BLUE value IS 103 (40.63% from 255) = 50%

R = 25.73%
G = 24.27%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353267 (or 0x353267) is known color: Deep Koamaru. HEX triplet: 35, 32 and 67. RGB value is (53,50,103). Sum of RGB (Red+Green+Blue) = 53+50+103=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #353267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353267 is #CACD98. Grayscale: #383838. Windows color (decimal): -13290905 or 6763061. OLE color: 6763061.

HSL color Cylindrical-coordinate representation of color #353267: hue angle of 243.4º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353267 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 50 103 -
CMYK 0.49 0.51 0 0.60
HSL 243.4º 0.35% 0.3% -
HSV(B) 243.4º 0.51% 0.4% -
XYZ 5.06 4.02 13.34 -
YUV 56.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 53 50 103 0.49 0.51 0 0.60 243.4 0.35 0.3
Hex 35 32 67 31 33 0 3C F3 23 1E
Octal 65 62 147 61 63 0 74 363 43 36
Binary 110101 110010 1100111 110001 110011 0 111100 11110011 100011 11110

Color Harmonies of #353267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353267

Black with #353267

Text Example


Text Example

White with #353267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353267; }

 p { color: rgb(53,50,103); }

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

background-color css

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

 a { background-color: rgb(53,50,103); }

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

border-color css

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

 span { border-color: rgb(53,50,103); }

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