Html Css Color HEX #313466 Deep Koamaru

📋 copy color: '#313466'

red 49 ◦ green 52 ◦ blue 102

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

Shades of Deep Koamaru #313466

Tints of Deep Koamaru #313466

RGB

 RED value IS 49 (19.53% from 255) = 24.14%

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 24.14%
G = 25.62%
B = 50.25%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#313466 (or 0x313466) is known color: Deep Koamaru. HEX triplet: 31, 34 and 66. RGB value is (49,52,102). Sum of RGB (Red+Green+Blue) = 49+52+102=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #313466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313466 is #CECB99. Grayscale: #383838. Windows color (decimal): -13552538 or 6698033. OLE color: 6698033.

HSL color Cylindrical-coordinate representation of color #313466: hue angle of 236.6º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313466 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 52 102 -
CMYK 0.52 0.49 0 0.6
HSL 236.6º 0.35% 0.3% -
HSV(B) 236.6º 0.52% 0.4% -
XYZ 4.89 4.07 13.1 -
YUV 56.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 49 52 102 0.52 0.49 0 0.6 236.6 0.35 0.3
Hex 31 34 66 34 31 0 3C ED 23 1E
Octal 61 64 146 64 61 0 74 355 43 36
Binary 110001 110100 1100110 110100 110001 0 111100 11101101 100011 11110

Color Harmonies of #313466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313466

Black with #313466

Text Example


Text Example

White with #313466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313466; }

 p { color: rgb(49,52,102); }

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

background-color css

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

 a { background-color: rgb(49,52,102); }

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

border-color css

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

 span { border-color: rgb(49,52,102); }

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