Html Css Color HEX #2F315E Deep Koamaru

📋 copy color: '#2F315E'

red 47 ◦ green 49 ◦ blue 94

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

Shades of Deep Koamaru #2F315E

Tints of Deep Koamaru #2F315E

RGB

 RED value IS 47 (18.75% from 255) = 24.74%

 GREEN value IS 49 (19.53% from 255) = 25.79%

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 24.74%
G = 25.79%
B = 49.47%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F315E (or 0x2F315E) is known color: Deep Koamaru. HEX triplet: 2F, 31 and 5E. RGB value is (47,49,94). Sum of RGB (Red+Green+Blue) = 47+49+94=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F315E is #D0CEA1. Grayscale: #353535. Windows color (decimal): -13684386 or 6172975. OLE color: 6172975.

HSL color Cylindrical-coordinate representation of color #2F315E: hue angle of 237.45º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F315E is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 49 94 -
CMYK 0.5 0.48 0 0.63
HSL 237.45º 0.33% 0.28% -
HSV(B) 237.45º 0.5% 0.37% -
XYZ 4.29 3.61 11.06 -
YUV 53.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 47 49 94 0.5 0.48 0 0.63 237.45 0.33 0.28
Hex 2F 31 5E 32 30 0 3F ED 21 1C
Octal 57 61 136 62 60 0 77 355 41 34
Binary 101111 110001 1011110 110010 110000 0 111111 11101101 100001 11100

Color Harmonies of #2F315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F315E

Black with #2F315E

Text Example


Text Example

White with #2F315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F315E; }

 p { color: rgb(47,49,94); }

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

background-color css

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

 a { background-color: rgb(47,49,94); }

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

border-color css

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

 span { border-color: rgb(47,49,94); }

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