Html Css Color HEX #232FDB Persian Blue

📋 copy color: '#232FDB'

red 35 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #232FDB

Tints of Persian Blue #232FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.76%

R = 11.63%
G = 15.61%
B = 72.76%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#232FDB (or 0x232FDB) is known color: Persian Blue. HEX triplet: 23, 2F and DB. RGB value is (35,47,219). Sum of RGB (Red+Green+Blue) = 35+47+219=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #232FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FDB is #DCD024. Grayscale: #3E3E3E. Windows color (decimal): -14471205 or 14364451. OLE color: 14364451.

HSL color Cylindrical-coordinate representation of color #232FDB: hue angle of 236.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232FDB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 47 219 -
CMYK 0.84 0.79 0 0.14
HSL 236.09º 0.72% 0.5% -
HSV(B) 236.09º 0.84% 0.86% -
XYZ 14.5 7.5 67.7 -
YUV 63.02 216.02 108.01 -
System Red Green Blue C M Y K H S L
Decimal 35 47 219 0.84 0.79 0 0.14 236.09 0.72 0.5
Hex 23 2F DB 54 4F 0 E EC 48 32
Octal 43 57 333 124 117 0 16 354 110 62
Binary 100011 101111 11011011 1010100 1001111 0 1110 11101100 1001000 110010

Color Harmonies of #232FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FDB

Black with #232FDB

Text Example


Text Example

White with #232FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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