Html Css Color HEX #234561 Regal Blue

📋 copy color: '#234561'

red 35 ◦ green 69 ◦ blue 97

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

Shades of Regal Blue #234561

Tints of Regal Blue #234561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 17.41%
G = 34.33%
B = 48.26%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#234561 (or 0x234561) is known color: Regal Blue. HEX triplet: 23, 45 and 61. RGB value is (35,69,97). Sum of RGB (Red+Green+Blue) = 35+69+97=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #234561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234561 is #DCBA9E. Grayscale: #3D3D3D. Windows color (decimal): -14465695 or 6374691. OLE color: 6374691.

HSL color Cylindrical-coordinate representation of color #234561: hue angle of 207.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234561 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 69 97 -
CMYK 0.64 0.29 0 0.62
HSL 207.1º 0.47% 0.26% -
HSV(B) 207.1º 0.64% 0.38% -
XYZ 4.98 5.48 12.1 -
YUV 62.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 35 69 97 0.64 0.29 0 0.62 207.1 0.47 0.26
Hex 23 45 61 40 1D 0 3E CF 2F 1A
Octal 43 105 141 100 35 0 76 317 57 32
Binary 100011 1000101 1100001 1000000 11101 0 111110 11001111 101111 11010

Color Harmonies of #234561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234561

Black with #234561

Text Example


Text Example

White with #234561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234561; }

 p { color: rgb(35,69,97); }

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

background-color css

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

 a { background-color: rgb(35,69,97); }

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

border-color css

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

 span { border-color: rgb(35,69,97); }

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