Html Css Color HEX #233AD8 Persian Blue

📋 copy color: '#233AD8'

red 35 ◦ green 58 ◦ blue 216

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

Shades of Persian Blue #233AD8

Tints of Persian Blue #233AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 69.9%

R = 11.33%
G = 18.77%
B = 69.9%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#233AD8 (or 0x233AD8) is known color: Persian Blue. HEX triplet: 23, 3A and D8. RGB value is (35,58,216). Sum of RGB (Red+Green+Blue) = 35+58+216=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #233AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233AD8 is #DCC527. Grayscale: #444444. Windows color (decimal): -14468392 or 14170659. OLE color: 14170659.

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

Color convert

RGB 35 58 216 -
CMYK 0.84 0.73 0 0.15
HSL 232.38º 0.72% 0.49% -
HSV(B) 232.38º 0.84% 0.85% -
XYZ 14.6 8.34 65.81 -
YUV 69.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 35 58 216 0.84 0.73 0 0.15 232.38 0.72 0.49
Hex 23 3A D8 54 49 0 F E8 48 31
Octal 43 72 330 124 111 0 17 350 110 61
Binary 100011 111010 11011000 1010100 1001001 0 1111 11101000 1001000 110001

Color Harmonies of #233AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233AD8

Black with #233AD8

Text Example


Text Example

White with #233AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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