Html Css Color HEX #303466 Deep Koamaru

📋 copy color: '#303466'

red 48 ◦ green 52 ◦ blue 102

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

Shades of Deep Koamaru #303466

Tints of Deep Koamaru #303466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 23.76%
G = 25.74%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#303466 (or 0x303466) is known color: Deep Koamaru. HEX triplet: 30, 34 and 66. RGB value is (48,52,102). Sum of RGB (Red+Green+Blue) = 48+52+102=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #303466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303466 is #CFCB99. Grayscale: #383838. Windows color (decimal): -13618074 or 6698032. OLE color: 6698032.

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

Color convert

RGB 48 52 102 -
CMYK 0.53 0.49 0 0.6
HSL 235.56º 0.36% 0.29% -
HSV(B) 235.56º 0.53% 0.4% -
XYZ 4.85 4.04 13.1 -
YUV 56.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 48 52 102 0.53 0.49 0 0.6 235.56 0.36 0.29
Hex 30 34 66 35 31 0 3C EC 24 1D
Octal 60 64 146 65 61 0 74 354 44 35
Binary 110000 110100 1100110 110101 110001 0 111100 11101100 100100 11101

Color Harmonies of #303466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303466

Black with #303466

Text Example


Text Example

White with #303466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303466; }

 p { color: rgb(48,52,102); }

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

background-color css

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

 a { background-color: rgb(48,52,102); }

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

border-color css

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

 span { border-color: rgb(48,52,102); }

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