Html Css Color HEX #23435E Regal Blue

📋 copy color: '#23435E'

red 35 ◦ green 67 ◦ blue 94

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

Shades of Regal Blue #23435E

Tints of Regal Blue #23435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 94 (37.11% from 255) = 47.96%

R = 17.86%
G = 34.18%
B = 47.96%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23435E (or 0x23435E) is known color: Regal Blue. HEX triplet: 23, 43 and 5E. RGB value is (35,67,94). Sum of RGB (Red+Green+Blue) = 35+67+94=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #23435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23435E is #DCBCA1. Grayscale: #3C3C3C. Windows color (decimal): -14466210 or 6177571. OLE color: 6177571.

HSL color Cylindrical-coordinate representation of color #23435E: hue angle of 207.46º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23435E is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 67 94 -
CMYK 0.63 0.29 0 0.63
HSL 207.46º 0.46% 0.25% -
HSV(B) 207.46º 0.63% 0.37% -
XYZ 4.72 5.18 11.34 -
YUV 60.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 35 67 94 0.63 0.29 0 0.63 207.46 0.46 0.25
Hex 23 43 5E 3F 1D 0 3F CF 2E 19
Octal 43 103 136 77 35 0 77 317 56 31
Binary 100011 1000011 1011110 111111 11101 0 111111 11001111 101110 11001

Color Harmonies of #23435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23435E

Black with #23435E

Text Example


Text Example

White with #23435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23435E; }

 p { color: rgb(35,67,94); }

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

background-color css

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

 a { background-color: rgb(35,67,94); }

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

border-color css

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

 span { border-color: rgb(35,67,94); }

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