Html Css Color HEX #30355F Deep Koamaru

📋 copy color: '#30355F'

red 48 ◦ green 53 ◦ blue 95

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

Shades of Deep Koamaru #30355F

Tints of Deep Koamaru #30355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 24.49%
G = 27.04%
B = 48.47%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30355F (or 0x30355F) is known color: Deep Koamaru. HEX triplet: 30, 35 and 5F. RGB value is (48,53,95). Sum of RGB (Red+Green+Blue) = 48+53+95=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #30355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30355F is #CFCAA0. Grayscale: #383838. Windows color (decimal): -13617825 or 6239536. OLE color: 6239536.

HSL color Cylindrical-coordinate representation of color #30355F: hue angle of 233.62º 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 #30355F is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 53 95 -
CMYK 0.49 0.44 0 0.63
HSL 233.62º 0.33% 0.28% -
HSV(B) 233.62º 0.49% 0.37% -
XYZ 4.56 4 11.36 -
YUV 56.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 48 53 95 0.49 0.44 0 0.63 233.62 0.33 0.28
Hex 30 35 5F 31 2C 0 3F EA 21 1C
Octal 60 65 137 61 54 0 77 352 41 34
Binary 110000 110101 1011111 110001 101100 0 111111 11101010 100001 11100

Color Harmonies of #30355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30355F

Black with #30355F

Text Example


Text Example

White with #30355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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