Html Css Color HEX #234562 Regal Blue

📋 copy color: '#234562'

red 35 ◦ green 69 ◦ blue 98

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

Shades of Regal Blue #234562

Tints of Regal Blue #234562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 17.33%
G = 34.16%
B = 48.51%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#234562 (or 0x234562) is known color: Regal Blue. HEX triplet: 23, 45 and 62. RGB value is (35,69,98). Sum of RGB (Red+Green+Blue) = 35+69+98=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #234562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234562 is #DCBA9D. Grayscale: #3D3D3D. Windows color (decimal): -14465694 or 6440227. OLE color: 6440227.

HSL color Cylindrical-coordinate representation of color #234562: hue angle of 207.62º 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 #234562 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 69 98 -
CMYK 0.64 0.30 0 0.62
HSL 207.62º 0.47% 0.26% -
HSV(B) 207.62º 0.64% 0.38% -
XYZ 5.03 5.5 12.35 -
YUV 62.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 35 69 98 0.64 0.30 0 0.62 207.62 0.47 0.26
Hex 23 45 62 40 1E 0 3E D0 2F 1A
Octal 43 105 142 100 36 0 76 320 57 32
Binary 100011 1000101 1100010 1000000 11110 0 111110 11010000 101111 11010

Color Harmonies of #234562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234562

Black with #234562

Text Example


Text Example

White with #234562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234562; }

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

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

background-color css

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

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

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

border-color css

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

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

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