Html Css Color HEX #233BC9 Persian Blue

📋 copy color: '#233BC9'

red 35 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #233BC9

Tints of Persian Blue #233BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.14%

R = 11.86%
G = 20%
B = 68.14%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#233BC9 (or 0x233BC9) is known color: Persian Blue. HEX triplet: 23, 3B and C9. RGB value is (35,59,201). Sum of RGB (Red+Green+Blue) = 35+59+201=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #233BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233BC9 is #DCC436. Grayscale: #434343. Windows color (decimal): -14468151 or 13187875. OLE color: 13187875.

HSL color Cylindrical-coordinate representation of color #233BC9: hue angle of 231.33º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233BC9 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 59 201 -
CMYK 0.83 0.71 0 0.21
HSL 231.33º 0.7% 0.46% -
HSV(B) 231.33º 0.83% 0.79% -
XYZ 12.8 7.7 56.07 -
YUV 68.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 35 59 201 0.83 0.71 0 0.21 231.33 0.7 0.46
Hex 23 3B C9 53 47 0 15 E7 46 2E
Octal 43 73 311 123 107 0 25 347 106 56
Binary 100011 111011 11001001 1010011 1000111 0 10101 11100111 1000110 101110

Color Harmonies of #233BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233BC9

Black with #233BC9

Text Example


Text Example

White with #233BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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