Html Css Color HEX #236381 Orient

📋 copy color: '#236381'

red 35 ◦ green 99 ◦ blue 129

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

Shades of Orient #236381

Tints of Orient #236381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 13.31%
G = 37.64%
B = 49.05%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#236381 (or 0x236381) is known color: Orient. HEX triplet: 23, 63 and 81. RGB value is (35,99,129). Sum of RGB (Red+Green+Blue) = 35+99+129=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #236381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236381 is #DC9C7E. Grayscale: #535353. Windows color (decimal): -14457983 or 8479523. OLE color: 8479523.

HSL color Cylindrical-coordinate representation of color #236381: hue angle of 199.15º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236381 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 99 129 -
CMYK 0.73 0.23 0 0.49
HSL 199.15º 0.57% 0.32% -
HSV(B) 199.15º 0.73% 0.51% -
XYZ 9.12 10.87 22.39 -
YUV 83.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 35 99 129 0.73 0.23 0 0.49 199.15 0.57 0.32
Hex 23 63 81 49 17 0 31 C7 39 20
Octal 43 143 201 111 27 0 61 307 71 40
Binary 100011 1100011 10000001 1001001 10111 0 110001 11000111 111001 100000

Color Harmonies of #236381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236381

Black with #236381

Text Example


Text Example

White with #236381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236381; }

 p { color: rgb(35,99,129); }

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

background-color css

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

 a { background-color: rgb(35,99,129); }

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

border-color css

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

 span { border-color: rgb(35,99,129); }

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