Html Css Color HEX #30345F Deep Koamaru

📋 copy color: '#30345F'

red 48 ◦ green 52 ◦ blue 95

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

Shades of Deep Koamaru #30345F

Tints of Deep Koamaru #30345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 24.62%
G = 26.67%
B = 48.72%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30345F (or 0x30345F) is known color: Deep Koamaru. HEX triplet: 30, 34 and 5F. RGB value is (48,52,95). Sum of RGB (Red+Green+Blue) = 48+52+95=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #30345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30345F is #CFCBA0. Grayscale: #373737. Windows color (decimal): -13618081 or 6239280. OLE color: 6239280.

HSL color Cylindrical-coordinate representation of color #30345F: hue angle of 234.89º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30345F is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 52 95 -
CMYK 0.49 0.45 0 0.63
HSL 234.89º 0.33% 0.28% -
HSV(B) 234.89º 0.49% 0.37% -
XYZ 4.51 3.91 11.34 -
YUV 55.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 48 52 95 0.49 0.45 0 0.63 234.89 0.33 0.28
Hex 30 34 5F 31 2D 0 3F EB 21 1C
Octal 60 64 137 61 55 0 77 353 41 34
Binary 110000 110100 1011111 110001 101101 0 111111 11101011 100001 11100

Color Harmonies of #30345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30345F

Black with #30345F

Text Example


Text Example

White with #30345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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