Html Css Color HEX #2636CD Persian Blue

📋 copy color: '#2636CD'

red 38 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #2636CD

Tints of Persian Blue #2636CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 12.79%
G = 18.18%
B = 69.02%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2636CD (or 0x2636CD) is known color: Persian Blue. HEX triplet: 26, 36 and CD. RGB value is (38,54,205). Sum of RGB (Red+Green+Blue) = 38+54+205=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #2636CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636CD is #D9C932. Grayscale: #414141. Windows color (decimal): -14272819 or 13448742. OLE color: 13448742.

HSL color Cylindrical-coordinate representation of color #2636CD: hue angle of 234.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2636CD is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 54 205 -
CMYK 0.81 0.74 0 0.20
HSL 234.25º 0.69% 0.48% -
HSV(B) 234.25º 0.81% 0.8% -
XYZ 13.14 7.46 58.5 -
YUV 66.43 206.2 107.72 -
System Red Green Blue C M Y K H S L
Decimal 38 54 205 0.81 0.74 0 0.20 234.25 0.69 0.48
Hex 26 36 CD 51 4A 0 14 EA 45 30
Octal 46 66 315 121 112 0 24 352 105 60
Binary 100110 110110 11001101 1010001 1001010 0 10100 11101010 1000101 110000

Color Harmonies of #2636CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2636CD

Black with #2636CD

Text Example


Text Example

White with #2636CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2636CD; }

 p { color: rgb(38,54,205); }

 H1.HeaderClassName
 {
   color: #2636CD;
 }
 .AnyTagClassName
 {
   color: #2636CD;
 }
</style>

background-color css

<style>
 a { background-color: #2636CD; }

 a { background-color: rgb(38,54,205); }

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

border-color css

<style>
 span { border-color: #2636CD; }

 span { border-color: rgb(38,54,205); }

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