Html Css Color HEX #233AD5 Persian Blue

📋 copy color: '#233AD5'

red 35 ◦ green 58 ◦ blue 213

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

Shades of Persian Blue #233AD5

Tints of Persian Blue #233AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.61%

R = 11.44%
G = 18.95%
B = 69.61%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#233AD5 (or 0x233AD5) is known color: Persian Blue. HEX triplet: 23, 3A and D5. RGB value is (35,58,213). Sum of RGB (Red+Green+Blue) = 35+58+213=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #233AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233AD5 is #DCC52A. Grayscale: #444444. Windows color (decimal): -14468395 or 13974051. OLE color: 13974051.

HSL color Cylindrical-coordinate representation of color #233AD5: hue angle of 232.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233AD5 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 58 213 -
CMYK 0.84 0.73 0 0.16
HSL 232.25º 0.72% 0.49% -
HSV(B) 232.25º 0.84% 0.84% -
XYZ 14.22 8.19 63.78 -
YUV 68.79 209.38 103.9 -
System Red Green Blue C M Y K H S L
Decimal 35 58 213 0.84 0.73 0 0.16 232.25 0.72 0.49
Hex 23 3A D5 54 49 0 10 E8 48 31
Octal 43 72 325 124 111 0 20 350 110 61
Binary 100011 111010 11010101 1010100 1001001 0 10000 11101000 1001000 110001

Color Harmonies of #233AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233AD5

Black with #233AD5

Text Example


Text Example

White with #233AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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