Html Css Color HEX #302D63 Deep Koamaru

📋 copy color: '#302D63'

red 48 ◦ green 45 ◦ blue 99

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

Shades of Deep Koamaru #302D63

Tints of Deep Koamaru #302D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.44%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 25%
G = 23.44%
B = 51.56%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302D63 (or 0x302D63) is known color: Deep Koamaru. HEX triplet: 30, 2D and 63. RGB value is (48,45,99). Sum of RGB (Red+Green+Blue) = 48+45+99=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #302D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D63 is #CFD29C. Grayscale: #333333. Windows color (decimal): -13619869 or 6499632. OLE color: 6499632.

HSL color Cylindrical-coordinate representation of color #302D63: hue angle of 243.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302D63 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 45 99 -
CMYK 0.52 0.55 0 0.61
HSL 243.33º 0.38% 0.28% -
HSV(B) 243.33º 0.55% 0.39% -
XYZ 4.41 3.41 12.23 -
YUV 52.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 48 45 99 0.52 0.55 0 0.61 243.33 0.38 0.28
Hex 30 2D 63 34 37 0 3D F3 26 1C
Octal 60 55 143 64 67 0 75 363 46 34
Binary 110000 101101 1100011 110100 110111 0 111101 11110011 100110 11100

Color Harmonies of #302D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302D63

Black with #302D63

Text Example


Text Example

White with #302D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302D63; }

 p { color: rgb(48,45,99); }

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

background-color css

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

 a { background-color: rgb(48,45,99); }

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

border-color css

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

 span { border-color: rgb(48,45,99); }

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