Html Css Color HEX #234466 Regal Blue

📋 copy color: '#234466'

red 35 ◦ green 68 ◦ blue 102

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

Shades of Regal Blue #234466

Tints of Regal Blue #234466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

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

R = 17.07%
G = 33.17%
B = 49.76%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#234466 (or 0x234466) is known color: Regal Blue. HEX triplet: 23, 44 and 66. RGB value is (35,68,102). Sum of RGB (Red+Green+Blue) = 35+68+102=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #234466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234466 is #DCBB99. Grayscale: #3D3D3D. Windows color (decimal): -14465946 or 6702115. OLE color: 6702115.

HSL color Cylindrical-coordinate representation of color #234466: hue angle of 210.45º 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 #234466 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 35 68 102 -
CMYK 0.66 0.33 0 0.6
HSL 210.45º 0.49% 0.27% -
HSV(B) 210.45º 0.66% 0.4% -
XYZ 5.16 5.45 13.35 -
YUV 62.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 35 68 102 0.66 0.33 0 0.6 210.45 0.49 0.27
Hex 23 44 66 42 21 0 3C D2 31 1B
Octal 43 104 146 102 41 0 74 322 61 33
Binary 100011 1000100 1100110 1000010 100001 0 111100 11010010 110001 11011

Color Harmonies of #234466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234466

Black with #234466

Text Example


Text Example

White with #234466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234466; }

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

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

background-color css

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

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

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

border-color css

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

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

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