Html Css Color HEX #303361 Deep Koamaru

📋 copy color: '#303361'

red 48 ◦ green 51 ◦ blue 97

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

Shades of Deep Koamaru #303361

Tints of Deep Koamaru #303361

RGB

 RED value IS 48 (19.14% from 255) = 24.49%

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 24.49%
G = 26.02%
B = 49.49%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303361 (or 0x303361) is known color: Deep Koamaru. HEX triplet: 30, 33 and 61. RGB value is (48,51,97). Sum of RGB (Red+Green+Blue) = 48+51+97=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #303361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303361 is #CFCC9E. Grayscale: #373737. Windows color (decimal): -13618335 or 6370096. OLE color: 6370096.

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

Color convert

RGB 48 51 97 -
CMYK 0.51 0.47 0 0.62
HSL 236.33º 0.34% 0.28% -
HSV(B) 236.33º 0.51% 0.38% -
XYZ 4.56 3.86 11.81 -
YUV 55.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 48 51 97 0.51 0.47 0 0.62 236.33 0.34 0.28
Hex 30 33 61 33 2F 0 3E EC 22 1C
Octal 60 63 141 63 57 0 76 354 42 34
Binary 110000 110011 1100001 110011 101111 0 111110 11101100 100010 11100

Color Harmonies of #303361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303361

Black with #303361

Text Example


Text Example

White with #303361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303361; }

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

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

background-color css

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

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

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

border-color css

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

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

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