Html Css Color HEX #274259 Regal Blue

📋 copy color: '#274259'

red 39 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #274259

Tints of Regal Blue #274259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 20.1%
G = 34.02%
B = 45.88%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274259 (or 0x274259) is known color: Regal Blue. HEX triplet: 27, 42 and 59. RGB value is (39,66,89). Sum of RGB (Red+Green+Blue) = 39+66+89=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #274259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274259 is #D8BDA6. Grayscale: #3C3C3C. Windows color (decimal): -14204327 or 5849639. OLE color: 5849639.

HSL color Cylindrical-coordinate representation of color #274259: hue angle of 207.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274259 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 66 89 -
CMYK 0.56 0.26 0 0.65
HSL 207.6º 0.39% 0.25% -
HSV(B) 207.6º 0.56% 0.35% -
XYZ 4.59 5.05 10.18 -
YUV 60.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 39 66 89 0.56 0.26 0 0.65 207.6 0.39 0.25
Hex 27 42 59 38 1A 0 41 D0 27 19
Octal 47 102 131 70 32 0 101 320 47 31
Binary 100111 1000010 1011001 111000 11010 0 1000001 11010000 100111 11001

Color Harmonies of #274259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274259

Black with #274259

Text Example


Text Example

White with #274259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274259; }

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

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

background-color css

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

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

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

border-color css

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

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

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