Html Css Color HEX #2F407B Resolution Blue

📋 copy color: '#2F407B'

red 47 ◦ green 64 ◦ blue 123

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

Shades of Resolution Blue #2F407B

Tints of Resolution Blue #2F407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 123 (48.44% from 255) = 52.56%

R = 20.09%
G = 27.35%
B = 52.56%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F407B (or 0x2F407B) is known color: Resolution Blue. HEX triplet: 2F, 40 and 7B. RGB value is (47,64,123). Sum of RGB (Red+Green+Blue) = 47+64+123=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F407B is #D0BF84. Grayscale: #414141. Windows color (decimal): -13680517 or 8077359. OLE color: 8077359.

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

Color convert

RGB 47 64 123 -
CMYK 0.62 0.48 0 0.52
HSL 226.58º 0.45% 0.33% -
HSV(B) 226.58º 0.62% 0.48% -
XYZ 6.58 5.7 19.49 -
YUV 65.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 47 64 123 0.62 0.48 0 0.52 226.58 0.45 0.33
Hex 2F 40 7B 3E 30 0 34 E3 2D 21
Octal 57 100 173 76 60 0 64 343 55 41
Binary 101111 1000000 1111011 111110 110000 0 110100 11100011 101101 100001

Color Harmonies of #2F407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F407B

Black with #2F407B

Text Example


Text Example

White with #2F407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,123); }

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

background-color css

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

 a { background-color: rgb(47,64,123); }

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

border-color css

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

 span { border-color: rgb(47,64,123); }

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