Html Css Color HEX #274255 Regal Blue

📋 copy color: '#274255'

red 39 ◦ green 66 ◦ blue 85

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

Shades of Regal Blue #274255

Tints of Regal Blue #274255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 20.53%
G = 34.74%
B = 44.74%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#274255 (or 0x274255) is known color: Regal Blue. HEX triplet: 27, 42 and 55. RGB value is (39,66,85). Sum of RGB (Red+Green+Blue) = 39+66+85=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #274255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274255 is #D8BDAA. Grayscale: #3B3B3B. Windows color (decimal): -14204331 or 5587495. OLE color: 5587495.

HSL color Cylindrical-coordinate representation of color #274255: hue angle of 204.78º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274255 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 66 85 -
CMYK 0.54 0.22 0 0.67
HSL 204.78º 0.37% 0.24% -
HSV(B) 204.78º 0.54% 0.33% -
XYZ 4.42 4.98 9.32 -
YUV 60.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 39 66 85 0.54 0.22 0 0.67 204.78 0.37 0.24
Hex 27 42 55 36 16 0 43 CD 25 18
Octal 47 102 125 66 26 0 103 315 45 30
Binary 100111 1000010 1010101 110110 10110 0 1000011 11001101 100101 11000

Color Harmonies of #274255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274255

Black with #274255

Text Example


Text Example

White with #274255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274255; }

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

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

background-color css

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

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

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

border-color css

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

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

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