Html Css Color HEX #233BAE Persian Blue

📋 copy color: '#233BAE'

red 35 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #233BAE

Tints of Persian Blue #233BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 13.06%
G = 22.01%
B = 64.93%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#233BAE (or 0x233BAE) is known color: Persian Blue. HEX triplet: 23, 3B and AE. RGB value is (35,59,174). Sum of RGB (Red+Green+Blue) = 35+59+174=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #233BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233BAE is #DCC451. Grayscale: #404040. Windows color (decimal): -14468178 or 11418403. OLE color: 11418403.

HSL color Cylindrical-coordinate representation of color #233BAE: hue angle of 229.64º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233BAE is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 59 174 -
CMYK 0.80 0.66 0 0.32
HSL 229.64º 0.67% 0.41% -
HSV(B) 229.64º 0.8% 0.68% -
XYZ 9.9 6.54 40.79 -
YUV 64.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 35 59 174 0.80 0.66 0 0.32 229.64 0.67 0.41
Hex 23 3B AE 50 42 0 20 E6 43 29
Octal 43 73 256 120 102 0 40 346 103 51
Binary 100011 111011 10101110 1010000 1000010 0 100000 11100110 1000011 101001

Color Harmonies of #233BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BAE

Black with #233BAE

Text Example


Text Example

White with #233BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233BAE; }

 p { color: rgb(35,59,174); }

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

background-color css

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

 a { background-color: rgb(35,59,174); }

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

border-color css

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

 span { border-color: rgb(35,59,174); }

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