Html Css Color HEX #274256 Regal Blue

📋 copy color: '#274256'

red 39 ◦ green 66 ◦ blue 86

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

Shades of Regal Blue #274256

Tints of Regal Blue #274256

RGB

 RED value IS 39 (15.63% from 255) = 20.42%

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 20.42%
G = 34.55%
B = 45.03%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#274256 (or 0x274256) is known color: Regal Blue. HEX triplet: 27, 42 and 56. RGB value is (39,66,86). Sum of RGB (Red+Green+Blue) = 39+66+86=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #274256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274256 is #D8BDA9. Grayscale: #3C3C3C. Windows color (decimal): -14204330 or 5653031. OLE color: 5653031.

HSL color Cylindrical-coordinate representation of color #274256: hue angle of 205.53º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274256 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 66 86 -
CMYK 0.55 0.23 0 0.66
HSL 205.53º 0.38% 0.25% -
HSV(B) 205.53º 0.55% 0.34% -
XYZ 4.46 5 9.53 -
YUV 60.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 39 66 86 0.55 0.23 0 0.66 205.53 0.38 0.25
Hex 27 42 56 37 17 0 42 CE 26 19
Octal 47 102 126 67 27 0 102 316 46 31
Binary 100111 1000010 1010110 110111 10111 0 1000010 11001110 100110 11001

Color Harmonies of #274256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274256

Black with #274256

Text Example


Text Example

White with #274256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274256; }

 p { color: rgb(39,66,86); }

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

background-color css

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

 a { background-color: rgb(39,66,86); }

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

border-color css

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

 span { border-color: rgb(39,66,86); }

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