Html Css Color HEX #30335B Deep Koamaru

📋 copy color: '#30335B'

red 48 ◦ green 51 ◦ blue 91

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

Shades of Deep Koamaru #30335B

Tints of Deep Koamaru #30335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 25.26%
G = 26.84%
B = 47.89%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30335B (or 0x30335B) is known color: Deep Koamaru. HEX triplet: 30, 33 and 5B. RGB value is (48,51,91). Sum of RGB (Red+Green+Blue) = 48+51+91=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #30335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30335B is #CFCCA4. Grayscale: #363636. Windows color (decimal): -13618341 or 5976880. OLE color: 5976880.

HSL color Cylindrical-coordinate representation of color #30335B: hue angle of 235.81º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30335B is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 51 91 -
CMYK 0.47 0.44 0 0.64
HSL 235.81º 0.31% 0.27% -
HSV(B) 235.81º 0.47% 0.36% -
XYZ 4.29 3.75 10.4 -
YUV 54.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 48 51 91 0.47 0.44 0 0.64 235.81 0.31 0.27
Hex 30 33 5B 2F 2C 0 40 EC 1F 1B
Octal 60 63 133 57 54 0 100 354 37 33
Binary 110000 110011 1011011 101111 101100 0 1000000 11101100 11111 11011

Color Harmonies of #30335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30335B

Black with #30335B

Text Example


Text Example

White with #30335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30335B; }

 p { color: rgb(48,51,91); }

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

background-color css

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

 a { background-color: rgb(48,51,91); }

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

border-color css

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

 span { border-color: rgb(48,51,91); }

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