Html Css Color HEX #333174 Deep Koamaru

📋 copy color: '#333174'

red 51 ◦ green 49 ◦ blue 116

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

Shades of Deep Koamaru #333174

Tints of Deep Koamaru #333174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 23.61%
G = 22.69%
B = 53.7%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#333174 (or 0x333174) is known color: Deep Koamaru. HEX triplet: 33, 31 and 74. RGB value is (51,49,116). Sum of RGB (Red+Green+Blue) = 51+49+116=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #333174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333174 is #CCCE8B. Grayscale: #383838. Windows color (decimal): -13422220 or 7614771. OLE color: 7614771.

HSL color Cylindrical-coordinate representation of color #333174: hue angle of 241.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #333174 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 49 116 -
CMYK 0.56 0.58 0 0.55
HSL 241.79º 0.41% 0.32% -
HSV(B) 241.79º 0.58% 0.45% -
XYZ 5.62 4.16 17.03 -
YUV 57.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 51 49 116 0.56 0.58 0 0.55 241.79 0.41 0.32
Hex 33 31 74 38 3A 0 37 F2 29 20
Octal 63 61 164 70 72 0 67 362 51 40
Binary 110011 110001 1110100 111000 111010 0 110111 11110010 101001 100000

Color Harmonies of #333174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333174

Black with #333174

Text Example


Text Example

White with #333174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333174; }

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

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

background-color css

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

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

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

border-color css

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

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

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