Html Css Color HEX #303461 Deep Koamaru

📋 copy color: '#303461'

red 48 ◦ green 52 ◦ blue 97

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

Shades of Deep Koamaru #303461

Tints of Deep Koamaru #303461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 24.37%
G = 26.4%
B = 49.24%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303461 (or 0x303461) is known color: Deep Koamaru. HEX triplet: 30, 34 and 61. RGB value is (48,52,97). Sum of RGB (Red+Green+Blue) = 48+52+97=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #303461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303461 is #CFCB9E. Grayscale: #373737. Windows color (decimal): -13618079 or 6370352. OLE color: 6370352.

HSL color Cylindrical-coordinate representation of color #303461: hue angle of 235.1º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303461 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 52 97 -
CMYK 0.51 0.46 0 0.62
HSL 235.1º 0.34% 0.28% -
HSV(B) 235.1º 0.51% 0.38% -
XYZ 4.6 3.95 11.83 -
YUV 55.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 48 52 97 0.51 0.46 0 0.62 235.1 0.34 0.28
Hex 30 34 61 33 2E 0 3E EB 22 1C
Octal 60 64 141 63 56 0 76 353 42 34
Binary 110000 110100 1100001 110011 101110 0 111110 11101011 100010 11100

Color Harmonies of #303461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303461

Black with #303461

Text Example


Text Example

White with #303461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303461; }

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

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

background-color css

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

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

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

border-color css

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

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

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