Html Css Color HEX #2F3272 Deep Koamaru

📋 copy color: '#2F3272'

red 47 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #2F3272

Tints of Deep Koamaru #2F3272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 22.27%
G = 23.7%
B = 54.03%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F3272 (or 0x2F3272) is known color: Deep Koamaru. HEX triplet: 2F, 32 and 72. RGB value is (47,50,114). Sum of RGB (Red+Green+Blue) = 47+50+114=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3272 is #D0CD8D. Grayscale: #383838. Windows color (decimal): -13684110 or 7483951. OLE color: 7483951.

HSL color Cylindrical-coordinate representation of color #2F3272: hue angle of 237.31º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3272 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 50 114 -
CMYK 0.59 0.56 0 0.55
HSL 237.31º 0.42% 0.32% -
HSV(B) 237.31º 0.59% 0.45% -
XYZ 5.35 4.1 16.43 -
YUV 56.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 47 50 114 0.59 0.56 0 0.55 237.31 0.42 0.32
Hex 2F 32 72 3B 38 0 37 ED 2A 20
Octal 57 62 162 73 70 0 67 355 52 40
Binary 101111 110010 1110010 111011 111000 0 110111 11101101 101010 100000

Color Harmonies of #2F3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3272

Black with #2F3272

Text Example


Text Example

White with #2F3272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,114); }

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

background-color css

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

 a { background-color: rgb(47,50,114); }

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

border-color css

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

 span { border-color: rgb(47,50,114); }

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