Html Css Color HEX #2F305A Deep Koamaru

📋 copy color: '#2F305A'

red 47 ◦ green 48 ◦ blue 90

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

Shades of Deep Koamaru #2F305A

Tints of Deep Koamaru #2F305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 25.41%
G = 25.95%
B = 48.65%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F305A (or 0x2F305A) is known color: Deep Koamaru. HEX triplet: 2F, 30 and 5A. RGB value is (47,48,90). Sum of RGB (Red+Green+Blue) = 47+48+90=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F305A is #D0CFA5. Grayscale: #343434. Windows color (decimal): -13684646 or 5910575. OLE color: 5910575.

HSL color Cylindrical-coordinate representation of color #2F305A: hue angle of 238.6º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F305A is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 48 90 -
CMYK 0.48 0.47 0 0.65
HSL 238.6º 0.31% 0.27% -
HSV(B) 238.6º 0.48% 0.35% -
XYZ 4.07 3.46 10.13 -
YUV 52.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 47 48 90 0.48 0.47 0 0.65 238.6 0.31 0.27
Hex 2F 30 5A 30 2F 0 41 EF 1F 1B
Octal 57 60 132 60 57 0 101 357 37 33
Binary 101111 110000 1011010 110000 101111 0 1000001 11101111 11111 11011

Color Harmonies of #2F305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F305A

Black with #2F305A

Text Example


Text Example

White with #2F305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,90); }

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

background-color css

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

 a { background-color: rgb(47,48,90); }

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

border-color css

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

 span { border-color: rgb(47,48,90); }

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