Html Css Color HEX #333261 Deep Koamaru

📋 copy color: '#333261'

red 51 ◦ green 50 ◦ blue 97

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

Shades of Deep Koamaru #333261

Tints of Deep Koamaru #333261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.99%

R = 25.76%
G = 25.25%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#333261 (or 0x333261) is known color: Deep Koamaru. HEX triplet: 33, 32 and 61. RGB value is (51,50,97). Sum of RGB (Red+Green+Blue) = 51+50+97=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #333261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333261 is #CCCD9E. Grayscale: #373737. Windows color (decimal): -13421983 or 6369843. OLE color: 6369843.

HSL color Cylindrical-coordinate representation of color #333261: hue angle of 241.28º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #333261 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 50 97 -
CMYK 0.47 0.48 0 0.62
HSL 241.28º 0.32% 0.29% -
HSV(B) 241.28º 0.48% 0.38% -
XYZ 4.66 3.85 11.81 -
YUV 55.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 51 50 97 0.47 0.48 0 0.62 241.28 0.32 0.29
Hex 33 32 61 2F 30 0 3E F1 20 1D
Octal 63 62 141 57 60 0 76 361 40 35
Binary 110011 110010 1100001 101111 110000 0 111110 11110001 100000 11101

Color Harmonies of #333261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333261

Black with #333261

Text Example


Text Example

White with #333261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333261; }

 p { color: rgb(51,50,97); }

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

background-color css

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

 a { background-color: rgb(51,50,97); }

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

border-color css

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

 span { border-color: rgb(51,50,97); }

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