Html Css Color HEX #264359 Regal Blue

📋 copy color: '#264359'

red 38 ◦ green 67 ◦ blue 89

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

Shades of Regal Blue #264359

Tints of Regal Blue #264359

RGB

 RED value IS 38 (15.23% from 255) = 19.59%

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

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

R = 19.59%
G = 34.54%
B = 45.88%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#264359 (or 0x264359) is known color: Regal Blue. HEX triplet: 26, 43 and 59. RGB value is (38,67,89). Sum of RGB (Red+Green+Blue) = 38+67+89=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 67 (26.56% from 255 or 34.54% 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 #264359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264359 is #D9BCA6. Grayscale: #3C3C3C. Windows color (decimal): -14269607 or 5849894. OLE color: 5849894.

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

Color convert

RGB 38 67 89 -
CMYK 0.57 0.25 0 0.65
HSL 205.88º 0.4% 0.25% -
HSV(B) 205.88º 0.57% 0.35% -
XYZ 4.61 5.15 10.2 -
YUV 60.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 38 67 89 0.57 0.25 0 0.65 205.88 0.4 0.25
Hex 26 43 59 39 19 0 41 CE 28 19
Octal 46 103 131 71 31 0 101 316 50 31
Binary 100110 1000011 1011001 111001 11001 0 1000001 11001110 101000 11001

Color Harmonies of #264359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264359

Black with #264359

Text Example


Text Example

White with #264359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264359; }

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

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

background-color css

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

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

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

border-color css

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

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

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