Html Css Color HEX #234054 Regal Blue

📋 copy color: '#234054'

red 35 ◦ green 64 ◦ blue 84

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

Shades of Regal Blue #234054

Tints of Regal Blue #234054

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

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

 BLUE value IS 84 (33.2% from 255) = 45.9%

R = 19.13%
G = 34.97%
B = 45.9%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234054 (or 0x234054) is known color: Regal Blue. HEX triplet: 23, 40 and 54. RGB value is (35,64,84). Sum of RGB (Red+Green+Blue) = 35+64+84=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #234054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234054 is #DCBFAB. Grayscale: #393939. Windows color (decimal): -14466988 or 5521443. OLE color: 5521443.

HSL color Cylindrical-coordinate representation of color #234054: hue angle of 204.49º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234054 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 64 84 -
CMYK 0.58 0.24 0 0.67
HSL 204.49º 0.41% 0.23% -
HSV(B) 204.49º 0.58% 0.33% -
XYZ 4.13 4.66 9.07 -
YUV 57.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 35 64 84 0.58 0.24 0 0.67 204.49 0.41 0.23
Hex 23 40 54 3A 18 0 43 CC 29 17
Octal 43 100 124 72 30 0 103 314 51 27
Binary 100011 1000000 1010100 111010 11000 0 1000011 11001100 101001 10111

Color Harmonies of #234054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234054

Black with #234054

Text Example


Text Example

White with #234054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234054; }

 p { color: rgb(35,64,84); }

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

background-color css

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

 a { background-color: rgb(35,64,84); }

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

border-color css

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

 span { border-color: rgb(35,64,84); }

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