Html Css Color HEX #303264 Deep Koamaru

📋 copy color: '#303264'

red 48 ◦ green 50 ◦ blue 100

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

Shades of Deep Koamaru #303264

Tints of Deep Koamaru #303264

RGB

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

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

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

R = 24.24%
G = 25.25%
B = 50.51%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#303264 (or 0x303264) is known color: Deep Koamaru. HEX triplet: 30, 32 and 64. RGB value is (48,50,100). Sum of RGB (Red+Green+Blue) = 48+50+100=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #303264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303264 is #CFCD9B. Grayscale: #363636. Windows color (decimal): -13618588 or 6566448. OLE color: 6566448.

HSL color Cylindrical-coordinate representation of color #303264: hue angle of 237.69º 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 #303264 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 50 100 -
CMYK 0.52 0.50 0 0.61
HSL 237.69º 0.35% 0.29% -
HSV(B) 237.69º 0.52% 0.39% -
XYZ 4.66 3.83 12.55 -
YUV 55.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 48 50 100 0.52 0.50 0 0.61 237.69 0.35 0.29
Hex 30 32 64 34 32 0 3D EE 23 1D
Octal 60 62 144 64 62 0 75 356 43 35
Binary 110000 110010 1100100 110100 110010 0 111101 11101110 100011 11101

Color Harmonies of #303264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303264

Black with #303264

Text Example


Text Example

White with #303264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303264; }

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

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

background-color css

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

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

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

border-color css

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

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

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