Html Css Color HEX #232FDF Persian Blue

📋 copy color: '#232FDF'

red 35 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #232FDF

Tints of Persian Blue #232FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 11.48%
G = 15.41%
B = 73.11%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232FDF (or 0x232FDF) is known color: Persian Blue. HEX triplet: 23, 2F and DF. RGB value is (35,47,223). Sum of RGB (Red+Green+Blue) = 35+47+223=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #232FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FDF is #DCD020. Grayscale: #3E3E3E. Windows color (decimal): -14471201 or 14626595. OLE color: 14626595.

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

Color convert

RGB 35 47 223 -
CMYK 0.84 0.79 0 0.13
HSL 236.17º 0.75% 0.51% -
HSV(B) 236.17º 0.84% 0.87% -
XYZ 15.03 7.72 70.51 -
YUV 63.48 218.02 107.69 -
System Red Green Blue C M Y K H S L
Decimal 35 47 223 0.84 0.79 0 0.13 236.17 0.75 0.51
Hex 23 2F DF 54 4F 0 D EC 4B 33
Octal 43 57 337 124 117 0 15 354 113 63
Binary 100011 101111 11011111 1010100 1001111 0 1101 11101100 1001011 110011

Color Harmonies of #232FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FDF

Black with #232FDF

Text Example


Text Example

White with #232FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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