Html Css Color HEX #333165 Deep Koamaru

📋 copy color: '#333165'

red 51 ◦ green 49 ◦ blue 101

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

Shades of Deep Koamaru #333165

Tints of Deep Koamaru #333165

RGB

 RED value IS 51 (20.31% from 255) = 25.37%

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 25.37%
G = 24.38%
B = 50.25%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#333165 (or 0x333165) is known color: Deep Koamaru. HEX triplet: 33, 31 and 65. RGB value is (51,49,101). Sum of RGB (Red+Green+Blue) = 51+49+101=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #333165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333165 is #CCCE9A. Grayscale: #373737. Windows color (decimal): -13422235 or 6631731. OLE color: 6631731.

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

Color convert

RGB 51 49 101 -
CMYK 0.50 0.51 0 0.60
HSL 242.31º 0.35% 0.29% -
HSV(B) 242.31º 0.51% 0.4% -
XYZ 4.81 3.84 12.8 -
YUV 55.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 51 49 101 0.50 0.51 0 0.60 242.31 0.35 0.29
Hex 33 31 65 32 33 0 3C F2 23 1D
Octal 63 61 145 62 63 0 74 362 43 35
Binary 110011 110001 1100101 110010 110011 0 111100 11110010 100011 11101

Color Harmonies of #333165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333165

Black with #333165

Text Example


Text Example

White with #333165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333165; }

 p { color: rgb(51,49,101); }

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

background-color css

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

 a { background-color: rgb(51,49,101); }

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

border-color css

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

 span { border-color: rgb(51,49,101); }

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