Html Css Color HEX #23435C Regal Blue

📋 copy color: '#23435C'

red 35 ◦ green 67 ◦ blue 92

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

Shades of Regal Blue #23435C

Tints of Regal Blue #23435C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 18.04%
G = 34.54%
B = 47.42%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23435C (or 0x23435C) is known color: Regal Blue. HEX triplet: 23, 43 and 5C. RGB value is (35,67,92). Sum of RGB (Red+Green+Blue) = 35+67+92=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #23435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23435C is #DCBCA3. Grayscale: #3C3C3C. Windows color (decimal): -14466212 or 6046499. OLE color: 6046499.

HSL color Cylindrical-coordinate representation of color #23435C: hue angle of 206.32º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23435C is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 67 92 -
CMYK 0.62 0.27 0 0.64
HSL 206.32º 0.45% 0.25% -
HSV(B) 206.32º 0.62% 0.36% -
XYZ 4.63 5.14 10.87 -
YUV 60.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 35 67 92 0.62 0.27 0 0.64 206.32 0.45 0.25
Hex 23 43 5C 3E 1B 0 40 CE 2D 19
Octal 43 103 134 76 33 0 100 316 55 31
Binary 100011 1000011 1011100 111110 11011 0 1000000 11001110 101101 11001

Color Harmonies of #23435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23435C

Black with #23435C

Text Example


Text Example

White with #23435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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