Html Css Color HEX #232DB9 Persian Blue

📋 copy color: '#232DB9'

red 35 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #232DB9

Tints of Persian Blue #232DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.98%

 BLUE value IS 185 (72.66% from 255) = 69.81%

R = 13.21%
G = 16.98%
B = 69.81%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232DB9 (or 0x232DB9) is known color: Persian Blue. HEX triplet: 23, 2D and B9. RGB value is (35,45,185). Sum of RGB (Red+Green+Blue) = 35+45+185=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #232DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DB9 is #DCD246. Grayscale: #393939. Windows color (decimal): -14471751 or 12135715. OLE color: 12135715.

HSL color Cylindrical-coordinate representation of color #232DB9: hue angle of 236º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232DB9 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 45 185 -
CMYK 0.81 0.76 0 0.27
HSL 236º 0.68% 0.43% -
HSV(B) 236º 0.81% 0.73% -
XYZ 10.39 5.74 46.46 -
YUV 57.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 35 45 185 0.81 0.76 0 0.27 236 0.68 0.43
Hex 23 2D B9 51 4C 0 1B EC 44 2B
Octal 43 55 271 121 114 0 33 354 104 53
Binary 100011 101101 10111001 1010001 1001100 0 11011 11101100 1000100 101011

Color Harmonies of #232DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DB9

Black with #232DB9

Text Example


Text Example

White with #232DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232DB9; }

 p { color: rgb(35,45,185); }

 H1.HeaderClassName
 {
   color: #232DB9;
 }
 .AnyTagClassName
 {
   color: #232DB9;
 }
</style>

background-color css

<style>
 a { background-color: #232DB9; }

 a { background-color: rgb(35,45,185); }

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

border-color css

<style>
 span { border-color: #232DB9; }

 span { border-color: rgb(35,45,185); }

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