Html Css Color HEX #233ACE Persian Blue

📋 copy color: '#233ACE'

red 35 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #233ACE

Tints of Persian Blue #233ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 11.71%
G = 19.4%
B = 68.9%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#233ACE (or 0x233ACE) is known color: Persian Blue. HEX triplet: 23, 3A and CE. RGB value is (35,58,206). Sum of RGB (Red+Green+Blue) = 35+58+206=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #233ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ACE is #DCC531. Grayscale: #434343. Windows color (decimal): -14468402 or 13515299. OLE color: 13515299.

HSL color Cylindrical-coordinate representation of color #233ACE: hue angle of 231.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233ACE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 58 206 -
CMYK 0.83 0.72 0 0.19
HSL 231.93º 0.71% 0.47% -
HSV(B) 231.93º 0.83% 0.81% -
XYZ 13.35 7.84 59.2 -
YUV 68 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 35 58 206 0.83 0.72 0 0.19 231.93 0.71 0.47
Hex 23 3A CE 53 48 0 13 E8 47 2F
Octal 43 72 316 123 110 0 23 350 107 57
Binary 100011 111010 11001110 1010011 1001000 0 10011 11101000 1000111 101111

Color Harmonies of #233ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ACE

Black with #233ACE

Text Example


Text Example

White with #233ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,58,206); }

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

background-color css

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

 a { background-color: rgb(35,58,206); }

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

border-color css

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

 span { border-color: rgb(35,58,206); }

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