Html Css Color HEX #2F277D Deep Koamaru

📋 copy color: '#2F277D'

red 47 ◦ green 39 ◦ blue 125

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

Shades of Deep Koamaru #2F277D

Tints of Deep Koamaru #2F277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 22.27%
G = 18.48%
B = 59.24%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F277D (or 0x2F277D) is known color: Deep Koamaru. HEX triplet: 2F, 27 and 7D. RGB value is (47,39,125). Sum of RGB (Red+Green+Blue) = 47+39+125=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F277D is #D0D882. Grayscale: #323232. Windows color (decimal): -13686915 or 8202031. OLE color: 8202031.

HSL color Cylindrical-coordinate representation of color #2F277D: hue angle of 245.58º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F277D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 39 125 -
CMYK 0.62 0.69 0 0.51
HSL 245.58º 0.52% 0.32% -
HSV(B) 245.58º 0.69% 0.49% -
XYZ 5.6 3.54 19.79 -
YUV 51.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 47 39 125 0.62 0.69 0 0.51 245.58 0.52 0.32
Hex 2F 27 7D 3E 45 0 33 F6 34 20
Octal 57 47 175 76 105 0 63 366 64 40
Binary 101111 100111 1111101 111110 1000101 0 110011 11110110 110100 100000

Color Harmonies of #2F277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F277D

Black with #2F277D

Text Example


Text Example

White with #2F277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,39,125); }

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

background-color css

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

 a { background-color: rgb(47,39,125); }

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

border-color css

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

 span { border-color: rgb(47,39,125); }

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