Html Css Color HEX #2F467A Resolution Blue

📋 copy color: '#2F467A'

red 47 ◦ green 70 ◦ blue 122

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

Shades of Resolution Blue #2F467A

Tints of Resolution Blue #2F467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 19.67%
G = 29.29%
B = 51.05%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F467A (or 0x2F467A) is known color: Resolution Blue. HEX triplet: 2F, 46 and 7A. RGB value is (47,70,122). Sum of RGB (Red+Green+Blue) = 47+70+122=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F467A is #D0B985. Grayscale: #444444. Windows color (decimal): -13678982 or 8013359. OLE color: 8013359.

HSL color Cylindrical-coordinate representation of color #2F467A: hue angle of 221.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F467A is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 70 122 -
CMYK 0.61 0.43 0 0.52
HSL 221.6º 0.44% 0.33% -
HSV(B) 221.6º 0.61% 0.48% -
XYZ 6.88 6.39 19.28 -
YUV 69.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 47 70 122 0.61 0.43 0 0.52 221.6 0.44 0.33
Hex 2F 46 7A 3D 2B 0 34 DE 2C 21
Octal 57 106 172 75 53 0 64 336 54 41
Binary 101111 1000110 1111010 111101 101011 0 110100 11011110 101100 100001

Color Harmonies of #2F467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F467A

Black with #2F467A

Text Example


Text Example

White with #2F467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,122); }

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

background-color css

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

 a { background-color: rgb(47,70,122); }

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

border-color css

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

 span { border-color: rgb(47,70,122); }

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