Html Css Color HEX #235472 Orient

📋 copy color: '#235472'

red 35 ◦ green 84 ◦ blue 114

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

Shades of Orient #235472

Tints of Orient #235472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 15.02%
G = 36.05%
B = 48.93%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235472 (or 0x235472) is known color: Orient. HEX triplet: 23, 54 and 72. RGB value is (35,84,114). Sum of RGB (Red+Green+Blue) = 35+84+114=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #235472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235472 is #DCAB8D. Grayscale: #484848. Windows color (decimal): -14461838 or 7492643. OLE color: 7492643.

HSL color Cylindrical-coordinate representation of color #235472: hue angle of 202.78º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235472 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 84 114 -
CMYK 0.69 0.26 0 0.55
HSL 202.78º 0.53% 0.29% -
HSV(B) 202.78º 0.69% 0.45% -
XYZ 6.9 7.91 17.08 -
YUV 72.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 35 84 114 0.69 0.26 0 0.55 202.78 0.53 0.29
Hex 23 54 72 45 1A 0 37 CB 35 1D
Octal 43 124 162 105 32 0 67 313 65 35
Binary 100011 1010100 1110010 1000101 11010 0 110111 11001011 110101 11101

Color Harmonies of #235472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235472

Black with #235472

Text Example


Text Example

White with #235472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235472; }

 p { color: rgb(35,84,114); }

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

background-color css

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

 a { background-color: rgb(35,84,114); }

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

border-color css

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

 span { border-color: rgb(35,84,114); }

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