Html Css Color HEX #303364 Deep Koamaru

📋 copy color: '#303364'

red 48 ◦ green 51 ◦ blue 100

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

Shades of Deep Koamaru #303364

Tints of Deep Koamaru #303364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.25%

R = 24.12%
G = 25.63%
B = 50.25%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#303364 (or 0x303364) is known color: Deep Koamaru. HEX triplet: 30, 33 and 64. RGB value is (48,51,100). Sum of RGB (Red+Green+Blue) = 48+51+100=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #303364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303364 is #CFCC9B. Grayscale: #373737. Windows color (decimal): -13618332 or 6566704. OLE color: 6566704.

HSL color Cylindrical-coordinate representation of color #303364: hue angle of 236.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303364 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 51 100 -
CMYK 0.52 0.49 0 0.61
HSL 236.54º 0.35% 0.29% -
HSV(B) 236.54º 0.52% 0.39% -
XYZ 4.7 3.92 12.56 -
YUV 55.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 48 51 100 0.52 0.49 0 0.61 236.54 0.35 0.29
Hex 30 33 64 34 31 0 3D ED 23 1D
Octal 60 63 144 64 61 0 75 355 43 35
Binary 110000 110011 1100100 110100 110001 0 111101 11101101 100011 11101

Color Harmonies of #303364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303364

Black with #303364

Text Example


Text Example

White with #303364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303364; }

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

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

background-color css

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

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

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

border-color css

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

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

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