Html Css Color HEX #233BDD Persian Blue

📋 copy color: '#233BDD'

red 35 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #233BDD

Tints of Persian Blue #233BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

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

R = 11.11%
G = 18.73%
B = 70.16%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233BDD (or 0x233BDD) is known color: Persian Blue. HEX triplet: 23, 3B and DD. RGB value is (35,59,221). Sum of RGB (Red+Green+Blue) = 35+59+221=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #233BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BDD is #DCC422. Grayscale: #454545. Windows color (decimal): -14468131 or 14498595. OLE color: 14498595.

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

Color convert

RGB 35 59 221 -
CMYK 0.84 0.73 0 0.13
HSL 232.26º 0.73% 0.5% -
HSV(B) 232.26º 0.84% 0.87% -
XYZ 15.31 8.71 69.28 -
YUV 70.29 213.05 102.83 -
System Red Green Blue C M Y K H S L
Decimal 35 59 221 0.84 0.73 0 0.13 232.26 0.73 0.5
Hex 23 3B DD 54 49 0 D E8 49 32
Octal 43 73 335 124 111 0 15 350 111 62
Binary 100011 111011 11011101 1010100 1001001 0 1101 11101000 1001001 110010

Color Harmonies of #233BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BDD

Black with #233BDD

Text Example


Text Example

White with #233BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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