Html Css Color HEX #274358 Regal Blue

📋 copy color: '#274358'

red 39 ◦ green 67 ◦ blue 88

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

Shades of Regal Blue #274358

Tints of Regal Blue #274358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 20.1%
G = 34.54%
B = 45.36%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274358 (or 0x274358) is known color: Regal Blue. HEX triplet: 27, 43 and 58. RGB value is (39,67,88). Sum of RGB (Red+Green+Blue) = 39+67+88=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #274358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274358 is #D8BCA7. Grayscale: #3C3C3C. Windows color (decimal): -14204072 or 5784359. OLE color: 5784359.

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

Color convert

RGB 39 67 88 -
CMYK 0.56 0.24 0 0.65
HSL 205.71º 0.39% 0.25% -
HSV(B) 205.71º 0.56% 0.35% -
XYZ 4.61 5.15 9.98 -
YUV 61.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 39 67 88 0.56 0.24 0 0.65 205.71 0.39 0.25
Hex 27 43 58 38 18 0 41 CE 27 19
Octal 47 103 130 70 30 0 101 316 47 31
Binary 100111 1000011 1011000 111000 11000 0 1000001 11001110 100111 11001

Color Harmonies of #274358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274358

Black with #274358

Text Example


Text Example

White with #274358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274358; }

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

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

background-color css

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

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

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

border-color css

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

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

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