Html Css Color HEX #362D7A Deep Koamaru

📋 copy color: '#362D7A'

red 54 ◦ green 45 ◦ blue 122

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

Shades of Deep Koamaru #362D7A

Tints of Deep Koamaru #362D7A

RGB

 RED value IS 54 (21.48% from 255) = 24.43%

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 24.43%
G = 20.36%
B = 55.2%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#362D7A (or 0x362D7A) is known color: Deep Koamaru. HEX triplet: 36, 2D and 7A. RGB value is (54,45,122). Sum of RGB (Red+Green+Blue) = 54+45+122=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #362D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D7A is #C9D285. Grayscale: #383838. Windows color (decimal): -13226630 or 8006966. OLE color: 8006966.

HSL color Cylindrical-coordinate representation of color #362D7A: hue angle of 247.01º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362D7A is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 45 122 -
CMYK 0.56 0.63 0 0.52
HSL 247.01º 0.46% 0.33% -
HSV(B) 247.01º 0.63% 0.48% -
XYZ 5.97 4.07 18.88 -
YUV 56.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 54 45 122 0.56 0.63 0 0.52 247.01 0.46 0.33
Hex 36 2D 7A 38 3F 0 34 F7 2E 21
Octal 66 55 172 70 77 0 64 367 56 41
Binary 110110 101101 1111010 111000 111111 0 110100 11110111 101110 100001

Color Harmonies of #362D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D7A

Black with #362D7A

Text Example


Text Example

White with #362D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362D7A; }

 p { color: rgb(54,45,122); }

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

background-color css

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

 a { background-color: rgb(54,45,122); }

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

border-color css

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

 span { border-color: rgb(54,45,122); }

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