Html Css Color HEX #233ADD Persian Blue

📋 copy color: '#233ADD'

red 35 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #233ADD

Tints of Persian Blue #233ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 11.15%
G = 18.47%
B = 70.38%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233ADD (or 0x233ADD) is known color: Persian Blue. HEX triplet: 23, 3A and DD. RGB value is (35,58,221). Sum of RGB (Red+Green+Blue) = 35+58+221=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #233ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ADD is #DCC522. Grayscale: #454545. Windows color (decimal): -14468387 or 14498339. OLE color: 14498339.

HSL color Cylindrical-coordinate representation of color #233ADD: hue angle of 232.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233ADD is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 58 221 -
CMYK 0.84 0.74 0 0.13
HSL 232.58º 0.73% 0.5% -
HSV(B) 232.58º 0.84% 0.87% -
XYZ 15.26 8.6 69.26 -
YUV 69.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 35 58 221 0.84 0.74 0 0.13 232.58 0.73 0.5
Hex 23 3A DD 54 4A 0 D E9 49 32
Octal 43 72 335 124 112 0 15 351 111 62
Binary 100011 111010 11011101 1010100 1001010 0 1101 11101001 1001001 110010

Color Harmonies of #233ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ADD

Black with #233ADD

Text Example


Text Example

White with #233ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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