Html Css Color HEX #274359 Regal Blue

📋 copy color: '#274359'

red 39 ◦ green 67 ◦ blue 89

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

Shades of Regal Blue #274359

Tints of Regal Blue #274359

RGB

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

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

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

R = 20%
G = 34.36%
B = 45.64%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274359 (or 0x274359) is known color: Regal Blue. HEX triplet: 27, 43 and 59. RGB value is (39,67,89). Sum of RGB (Red+Green+Blue) = 39+67+89=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #274359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274359 is #D8BCA6. Grayscale: #3D3D3D. Windows color (decimal): -14204071 or 5849895. OLE color: 5849895.

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

Color convert

RGB 39 67 89 -
CMYK 0.56 0.25 0 0.65
HSL 206.4º 0.39% 0.25% -
HSV(B) 206.4º 0.56% 0.35% -
XYZ 4.65 5.17 10.2 -
YUV 61.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 39 67 89 0.56 0.25 0 0.65 206.4 0.39 0.25
Hex 27 43 59 38 19 0 41 CE 27 19
Octal 47 103 131 70 31 0 101 316 47 31
Binary 100111 1000011 1011001 111000 11001 0 1000001 11001110 100111 11001

Color Harmonies of #274359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274359

Black with #274359

Text Example


Text Example

White with #274359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274359; }

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

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

background-color css

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

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

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

border-color css

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

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

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