Html Css Color HEX #232BDF Persian Blue

📋 copy color: '#232BDF'

red 35 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #232BDF

Tints of Persian Blue #232BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 11.63%
G = 14.29%
B = 74.09%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232BDF (or 0x232BDF) is known color: Persian Blue. HEX triplet: 23, 2B and DF. RGB value is (35,43,223). Sum of RGB (Red+Green+Blue) = 35+43+223=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #232BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BDF is #DCD420. Grayscale: #3C3C3C. Windows color (decimal): -14472225 or 14625571. OLE color: 14625571.

HSL color Cylindrical-coordinate representation of color #232BDF: hue angle of 237.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232BDF is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 43 223 -
CMYK 0.84 0.81 0 0.13
HSL 237.45º 0.75% 0.51% -
HSV(B) 237.45º 0.84% 0.87% -
XYZ 14.88 7.41 70.46 -
YUV 61.13 219.35 109.36 -
System Red Green Blue C M Y K H S L
Decimal 35 43 223 0.84 0.81 0 0.13 237.45 0.75 0.51
Hex 23 2B DF 54 51 0 D ED 4B 33
Octal 43 53 337 124 121 0 15 355 113 63
Binary 100011 101011 11011111 1010100 1010001 0 1101 11101101 1001011 110011

Color Harmonies of #232BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BDF

Black with #232BDF

Text Example


Text Example

White with #232BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,43,223); }

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

background-color css

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

 a { background-color: rgb(35,43,223); }

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

border-color css

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

 span { border-color: rgb(35,43,223); }

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