Html Css Color HEX #234566 Regal Blue

📋 copy color: '#234566'

red 35 ◦ green 69 ◦ blue 102

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

Shades of Regal Blue #234566

Tints of Regal Blue #234566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 16.99%
G = 33.5%
B = 49.51%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#234566 (or 0x234566) is known color: Regal Blue. HEX triplet: 23, 45 and 66. RGB value is (35,69,102). Sum of RGB (Red+Green+Blue) = 35+69+102=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #234566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234566 is #DCBA99. Grayscale: #3E3E3E. Windows color (decimal): -14465690 or 6702371. OLE color: 6702371.

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

Color convert

RGB 35 69 102 -
CMYK 0.66 0.32 0 0.6
HSL 209.55º 0.49% 0.27% -
HSV(B) 209.55º 0.66% 0.4% -
XYZ 5.22 5.57 13.37 -
YUV 62.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 35 69 102 0.66 0.32 0 0.6 209.55 0.49 0.27
Hex 23 45 66 42 20 0 3C D2 31 1B
Octal 43 105 146 102 40 0 74 322 61 33
Binary 100011 1000101 1100110 1000010 100000 0 111100 11010010 110001 11011

Color Harmonies of #234566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234566

Black with #234566

Text Example


Text Example

White with #234566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234566; }

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

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

background-color css

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

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

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

border-color css

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

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

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