Html Css Color HEX #2634DF Persian Blue

📋 copy color: '#2634DF'

red 38 ◦ green 52 ◦ blue 223

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

Shades of Persian Blue #2634DF

Tints of Persian Blue #2634DF

RGB

 RED value IS 38 (15.23% from 255) = 12.14%

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 12.14%
G = 16.61%
B = 71.25%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2634DF (or 0x2634DF) is known color: Persian Blue. HEX triplet: 26, 34 and DF. RGB value is (38,52,223). Sum of RGB (Red+Green+Blue) = 38+52+223=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #2634DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634DF is #D9CB20. Grayscale: #424242. Windows color (decimal): -14273313 or 14627878. OLE color: 14627878.

HSL color Cylindrical-coordinate representation of color #2634DF: hue angle of 235.46º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2634DF is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 52 223 -
CMYK 0.83 0.77 0 0.13
HSL 235.46º 0.74% 0.51% -
HSV(B) 235.46º 0.83% 0.87% -
XYZ 15.35 8.2 70.59 -
YUV 67.31 215.86 107.1 -
System Red Green Blue C M Y K H S L
Decimal 38 52 223 0.83 0.77 0 0.13 235.46 0.74 0.51
Hex 26 34 DF 53 4D 0 D EB 4A 33
Octal 46 64 337 123 115 0 15 353 112 63
Binary 100110 110100 11011111 1010011 1001101 0 1101 11101011 1001010 110011

Color Harmonies of #2634DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2634DF

Black with #2634DF

Text Example


Text Example

White with #2634DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2634DF; }

 p { color: rgb(38,52,223); }

 H1.HeaderClassName
 {
   color: #2634DF;
 }
 .AnyTagClassName
 {
   color: #2634DF;
 }
</style>

background-color css

<style>
 a { background-color: #2634DF; }

 a { background-color: rgb(38,52,223); }

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

border-color css

<style>
 span { border-color: #2634DF; }

 span { border-color: rgb(38,52,223); }

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