Html Css Color HEX #2C427A Resolution Blue

📋 copy color: '#2C427A'

red 44 ◦ green 66 ◦ blue 122

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

Shades of Resolution Blue #2C427A

Tints of Resolution Blue #2C427A

RGB

 RED value IS 44 (17.58% from 255) = 18.97%

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 18.97%
G = 28.45%
B = 52.59%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2C427A (or 0x2C427A) is known color: Resolution Blue. HEX triplet: 2C, 42 and 7A. RGB value is (44,66,122). Sum of RGB (Red+Green+Blue) = 44+66+122=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C427A is #D3BD85. Grayscale: #414141. Windows color (decimal): -13876614 or 8012332. OLE color: 8012332.

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

Color convert

RGB 44 66 122 -
CMYK 0.64 0.46 0 0.52
HSL 223.08º 0.47% 0.33% -
HSV(B) 223.08º 0.64% 0.48% -
XYZ 6.5 5.84 19.2 -
YUV 65.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 44 66 122 0.64 0.46 0 0.52 223.08 0.47 0.33
Hex 2C 42 7A 40 2E 0 34 DF 2F 21
Octal 54 102 172 100 56 0 64 337 57 41
Binary 101100 1000010 1111010 1000000 101110 0 110100 11011111 101111 100001

Color Harmonies of #2C427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C427A

Black with #2C427A

Text Example


Text Example

White with #2C427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,66,122); }

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

background-color css

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

 a { background-color: rgb(44,66,122); }

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

border-color css

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

 span { border-color: rgb(44,66,122); }

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