Html Css Color HEX #303365 Deep Koamaru

📋 copy color: '#303365'

red 48 ◦ green 51 ◦ blue 101

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

Shades of Deep Koamaru #303365

Tints of Deep Koamaru #303365

RGB

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

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

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

R = 24%
G = 25.5%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#303365 (or 0x303365) is known color: Deep Koamaru. HEX triplet: 30, 33 and 65. RGB value is (48,51,101). Sum of RGB (Red+Green+Blue) = 48+51+101=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #303365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303365 is #CFCC9A. Grayscale: #373737. Windows color (decimal): -13618331 or 6632240. OLE color: 6632240.

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

Color convert

RGB 48 51 101 -
CMYK 0.52 0.50 0 0.60
HSL 236.6º 0.36% 0.29% -
HSV(B) 236.6º 0.52% 0.4% -
XYZ 4.75 3.94 12.82 -
YUV 55.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 48 51 101 0.52 0.50 0 0.60 236.6 0.36 0.29
Hex 30 33 65 34 32 0 3C ED 24 1D
Octal 60 63 145 64 62 0 74 355 44 35
Binary 110000 110011 1100101 110100 110010 0 111100 11101101 100100 11101

Color Harmonies of #303365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303365

Black with #303365

Text Example


Text Example

White with #303365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303365; }

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

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

background-color css

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

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

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

border-color css

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

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

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