Html Css Color HEX #274257 Regal Blue

📋 copy color: '#274257'

red 39 ◦ green 66 ◦ blue 87

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

Shades of Regal Blue #274257

Tints of Regal Blue #274257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 20.31%
G = 34.38%
B = 45.31%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#274257 (or 0x274257) is known color: Regal Blue. HEX triplet: 27, 42 and 57. RGB value is (39,66,87). Sum of RGB (Red+Green+Blue) = 39+66+87=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #274257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274257 is #D8BDA8. Grayscale: #3C3C3C. Windows color (decimal): -14204329 or 5718567. OLE color: 5718567.

HSL color Cylindrical-coordinate representation of color #274257: hue angle of 206.25º 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 #274257 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 66 87 -
CMYK 0.55 0.24 0 0.66
HSL 206.25º 0.38% 0.25% -
HSV(B) 206.25º 0.55% 0.34% -
XYZ 4.51 5.02 9.75 -
YUV 60.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 39 66 87 0.55 0.24 0 0.66 206.25 0.38 0.25
Hex 27 42 57 37 18 0 42 CE 26 19
Octal 47 102 127 67 30 0 102 316 46 31
Binary 100111 1000010 1010111 110111 11000 0 1000010 11001110 100110 11001

Color Harmonies of #274257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274257

Black with #274257

Text Example


Text Example

White with #274257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274257; }

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

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

background-color css

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

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

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

border-color css

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

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

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