Html Css Color HEX #23586F Orient

📋 copy color: '#23586F'

red 35 ◦ green 88 ◦ blue 111

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

Shades of Orient #23586F

Tints of Orient #23586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 14.96%
G = 37.61%
B = 47.44%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23586F (or 0x23586F) is known color: Orient. HEX triplet: 23, 58 and 6F. RGB value is (35,88,111). Sum of RGB (Red+Green+Blue) = 35+88+111=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #23586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23586F is #DCA790. Grayscale: #4A4A4A. Windows color (decimal): -14460817 or 7297059. OLE color: 7297059.

HSL color Cylindrical-coordinate representation of color #23586F: hue angle of 198.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23586F is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 88 111 -
CMYK 0.68 0.21 0 0.56
HSL 198.16º 0.52% 0.29% -
HSV(B) 198.16º 0.68% 0.44% -
XYZ 7.05 8.48 16.3 -
YUV 74.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 35 88 111 0.68 0.21 0 0.56 198.16 0.52 0.29
Hex 23 58 6F 44 15 0 38 C6 34 1D
Octal 43 130 157 104 25 0 70 306 64 35
Binary 100011 1011000 1101111 1000100 10101 0 111000 11000110 110100 11101

Color Harmonies of #23586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23586F

Black with #23586F

Text Example


Text Example

White with #23586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23586F; }

 p { color: rgb(35,88,111); }

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

background-color css

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

 a { background-color: rgb(35,88,111); }

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

border-color css

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

 span { border-color: rgb(35,88,111); }

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