Html Css Color HEX #232EAA Persian Blue

📋 copy color: '#232EAA'

red 35 ◦ green 46 ◦ blue 170

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

Shades of Persian Blue #232EAA

Tints of Persian Blue #232EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 13.94%
G = 18.33%
B = 67.73%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232EAA (or 0x232EAA) is known color: Persian Blue. HEX triplet: 23, 2E and AA. RGB value is (35,46,170). Sum of RGB (Red+Green+Blue) = 35+46+170=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #232EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232EAA is #DCD155. Grayscale: #383838. Windows color (decimal): -14471510 or 11152931. OLE color: 11152931.

HSL color Cylindrical-coordinate representation of color #232EAA: hue angle of 235.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232EAA is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 46 170 -
CMYK 0.79 0.73 0 0.33
HSL 235.11º 0.66% 0.4% -
HSV(B) 235.11º 0.79% 0.67% -
XYZ 8.93 5.21 38.57 -
YUV 56.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 35 46 170 0.79 0.73 0 0.33 235.11 0.66 0.4
Hex 23 2E AA 4F 49 0 21 EB 42 28
Octal 43 56 252 117 111 0 41 353 102 50
Binary 100011 101110 10101010 1001111 1001001 0 100001 11101011 1000010 101000

Color Harmonies of #232EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EAA

Black with #232EAA

Text Example


Text Example

White with #232EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232EAA; }

 p { color: rgb(35,46,170); }

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

background-color css

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

 a { background-color: rgb(35,46,170); }

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

border-color css

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

 span { border-color: rgb(35,46,170); }

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