Html Css Color HEX #2F417B Resolution Blue

📋 copy color: '#2F417B'

red 47 ◦ green 65 ◦ blue 123

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

Shades of Resolution Blue #2F417B

Tints of Resolution Blue #2F417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 20%
G = 27.66%
B = 52.34%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F417B (or 0x2F417B) is known color: Resolution Blue. HEX triplet: 2F, 41 and 7B. RGB value is (47,65,123). Sum of RGB (Red+Green+Blue) = 47+65+123=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F417B is #D0BE84. Grayscale: #414141. Windows color (decimal): -13680261 or 8077615. OLE color: 8077615.

HSL color Cylindrical-coordinate representation of color #2F417B: hue angle of 225.79º 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 #2F417B is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 65 123 -
CMYK 0.62 0.47 0 0.52
HSL 225.79º 0.45% 0.33% -
HSV(B) 225.79º 0.62% 0.48% -
XYZ 6.64 5.81 19.51 -
YUV 66.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 47 65 123 0.62 0.47 0 0.52 225.79 0.45 0.33
Hex 2F 41 7B 3E 2F 0 34 E2 2D 21
Octal 57 101 173 76 57 0 64 342 55 41
Binary 101111 1000001 1111011 111110 101111 0 110100 11100010 101101 100001

Color Harmonies of #2F417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F417B

Black with #2F417B

Text Example


Text Example

White with #2F417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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