Html Css Color HEX #274058 Regal Blue

📋 copy color: '#274058'

red 39 ◦ green 64 ◦ blue 88

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

Shades of Regal Blue #274058

Tints of Regal Blue #274058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 20.42%
G = 33.51%
B = 46.07%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274058 (or 0x274058) is known color: Regal Blue. HEX triplet: 27, 40 and 58. RGB value is (39,64,88). Sum of RGB (Red+Green+Blue) = 39+64+88=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #274058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274058 is #D8BFA7. Grayscale: #3B3B3B. Windows color (decimal): -14204840 or 5783591. OLE color: 5783591.

HSL color Cylindrical-coordinate representation of color #274058: hue angle of 209.39º 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 #274058 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 64 88 -
CMYK 0.56 0.27 0 0.65
HSL 209.39º 0.39% 0.25% -
HSV(B) 209.39º 0.56% 0.35% -
XYZ 4.43 4.8 9.93 -
YUV 59.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 39 64 88 0.56 0.27 0 0.65 209.39 0.39 0.25
Hex 27 40 58 38 1B 0 41 D1 27 19
Octal 47 100 130 70 33 0 101 321 47 31
Binary 100111 1000000 1011000 111000 11011 0 1000001 11010001 100111 11001

Color Harmonies of #274058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274058

Black with #274058

Text Example


Text Example

White with #274058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274058; }

 p { color: rgb(39,64,88); }

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

background-color css

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

 a { background-color: rgb(39,64,88); }

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

border-color css

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

 span { border-color: rgb(39,64,88); }

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