Html Css Color HEX #234565 Regal Blue

📋 copy color: '#234565'

red 35 ◦ green 69 ◦ blue 101

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

Shades of Regal Blue #234565

Tints of Regal Blue #234565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 17.07%
G = 33.66%
B = 49.27%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#234565 (or 0x234565) is known color: Regal Blue. HEX triplet: 23, 45 and 65. RGB value is (35,69,101). Sum of RGB (Red+Green+Blue) = 35+69+101=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #234565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234565 is #DCBA9A. Grayscale: #3E3E3E. Windows color (decimal): -14465691 or 6636835. OLE color: 6636835.

HSL color Cylindrical-coordinate representation of color #234565: hue angle of 209.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234565 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 69 101 -
CMYK 0.65 0.32 0 0.60
HSL 209.09º 0.49% 0.27% -
HSV(B) 209.09º 0.65% 0.4% -
XYZ 5.17 5.55 13.11 -
YUV 62.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 35 69 101 0.65 0.32 0 0.60 209.09 0.49 0.27
Hex 23 45 65 41 20 0 3C D1 31 1B
Octal 43 105 145 101 40 0 74 321 61 33
Binary 100011 1000101 1100101 1000001 100000 0 111100 11010001 110001 11011

Color Harmonies of #234565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234565

Black with #234565

Text Example


Text Example

White with #234565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234565; }

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

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

background-color css

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

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

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

border-color css

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

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

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