Html Css Color HEX #293DCB Persian Blue

📋 copy color: '#293DCB'

red 41 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #293DCB

Tints of Persian Blue #293DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 13.44%
G = 20%
B = 66.56%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#293DCB (or 0x293DCB) is known color: Persian Blue. HEX triplet: 29, 3D and CB. RGB value is (41,61,203). Sum of RGB (Red+Green+Blue) = 41+61+203=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #293DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DCB is #D6C234. Grayscale: #464646. Windows color (decimal): -14074421 or 13319465. OLE color: 13319465.

HSL color Cylindrical-coordinate representation of color #293DCB: hue angle of 232.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293DCB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 61 203 -
CMYK 0.80 0.70 0 0.20
HSL 232.59º 0.66% 0.48% -
HSV(B) 232.59º 0.8% 0.8% -
XYZ 13.36 8.12 57.36 -
YUV 71.21 202.37 106.45 -
System Red Green Blue C M Y K H S L
Decimal 41 61 203 0.80 0.70 0 0.20 232.59 0.66 0.48
Hex 29 3D CB 50 46 0 14 E9 42 30
Octal 51 75 313 120 106 0 24 351 102 60
Binary 101001 111101 11001011 1010000 1000110 0 10100 11101001 1000010 110000

Color Harmonies of #293DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DCB

Black with #293DCB

Text Example


Text Example

White with #293DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293DCB; }

 p { color: rgb(41,61,203); }

 H1.HeaderClassName
 {
   color: #293DCB;
 }
 .AnyTagClassName
 {
   color: #293DCB;
 }
</style>

background-color css

<style>
 a { background-color: #293DCB; }

 a { background-color: rgb(41,61,203); }

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

border-color css

<style>
 span { border-color: #293DCB; }

 span { border-color: rgb(41,61,203); }

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