Html Css Color HEX #292BDF Persian Blue

📋 copy color: '#292BDF'

red 41 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #292BDF

Tints of Persian Blue #292BDF

RGB

 RED value IS 41 (16.41% from 255) = 13.36%

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

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

R = 13.36%
G = 14.01%
B = 72.64%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292BDF (or 0x292BDF) is known color: Persian Blue. HEX triplet: 29, 2B and DF. RGB value is (41,43,223). Sum of RGB (Red+Green+Blue) = 41+43+223=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #292BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BDF is #D6D420. Grayscale: #3E3E3E. Windows color (decimal): -14079009 or 14625577. OLE color: 14625577.

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

Color convert

RGB 41 43 223 -
CMYK 0.82 0.81 0 0.13
HSL 239.34º 0.74% 0.52% -
HSV(B) 239.34º 0.82% 0.87% -
XYZ 15.1 7.53 70.47 -
YUV 62.92 218.34 112.36 -
System Red Green Blue C M Y K H S L
Decimal 41 43 223 0.82 0.81 0 0.13 239.34 0.74 0.52
Hex 29 2B DF 52 51 0 D EF 4A 34
Octal 51 53 337 122 121 0 15 357 112 64
Binary 101001 101011 11011111 1010010 1010001 0 1101 11101111 1001010 110100

Color Harmonies of #292BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BDF

Black with #292BDF

Text Example


Text Example

White with #292BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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