Html Css Color HEX #233ED7 Persian Blue

📋 copy color: '#233ED7'

red 35 ◦ green 62 ◦ blue 215

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

Shades of Persian Blue #233ED7

Tints of Persian Blue #233ED7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

 BLUE value IS 215 (84.38% from 255) = 68.91%

R = 11.22%
G = 19.87%
B = 68.91%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#233ED7 (or 0x233ED7) is known color: Persian Blue. HEX triplet: 23, 3E and D7. RGB value is (35,62,215). Sum of RGB (Red+Green+Blue) = 35+62+215=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #233ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ED7 is #DCC128. Grayscale: #464646. Windows color (decimal): -14467369 or 14106147. OLE color: 14106147.

HSL color Cylindrical-coordinate representation of color #233ED7: hue angle of 231º 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 #233ED7 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 62 215 -
CMYK 0.84 0.71 0 0.16
HSL 231º 0.72% 0.49% -
HSV(B) 231º 0.84% 0.84% -
XYZ 14.68 8.71 65.2 -
YUV 71.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 35 62 215 0.84 0.71 0 0.16 231 0.72 0.49
Hex 23 3E D7 54 47 0 10 E7 48 31
Octal 43 76 327 124 107 0 20 347 110 61
Binary 100011 111110 11010111 1010100 1000111 0 10000 11100111 1001000 110001

Color Harmonies of #233ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ED7

Black with #233ED7

Text Example


Text Example

White with #233ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,62,215); }

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

background-color css

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

 a { background-color: rgb(35,62,215); }

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

border-color css

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

 span { border-color: rgb(35,62,215); }

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