Html Css Color HEX #234568 Regal Blue

📋 copy color: '#234568'

red 35 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #234568

Tints of Regal Blue #234568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 16.83%
G = 33.17%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#234568 (or 0x234568) is known color: Regal Blue. HEX triplet: 23, 45 and 68. RGB value is (35,69,104). Sum of RGB (Red+Green+Blue) = 35+69+104=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #234568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234568 is #DCBA97. Grayscale: #3E3E3E. Windows color (decimal): -14465688 or 6833443. OLE color: 6833443.

HSL color Cylindrical-coordinate representation of color #234568: hue angle of 210.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234568 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 69 104 -
CMYK 0.66 0.34 0 0.59
HSL 210.43º 0.5% 0.27% -
HSV(B) 210.43º 0.66% 0.41% -
XYZ 5.32 5.61 13.9 -
YUV 62.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 35 69 104 0.66 0.34 0 0.59 210.43 0.5 0.27
Hex 23 45 68 42 22 0 3B D2 32 1B
Octal 43 105 150 102 42 0 73 322 62 33
Binary 100011 1000101 1101000 1000010 100010 0 111011 11010010 110010 11011

Color Harmonies of #234568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234568

Black with #234568

Text Example


Text Example

White with #234568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234568; }

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

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

background-color css

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

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

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

border-color css

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

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

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