Html Css Color HEX #2634CE Persian Blue

📋 copy color: '#2634CE'

red 38 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #2634CE

Tints of Persian Blue #2634CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 12.84%
G = 17.57%
B = 69.59%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2634CE (or 0x2634CE) is known color: Persian Blue. HEX triplet: 26, 34 and CE. RGB value is (38,52,206). Sum of RGB (Red+Green+Blue) = 38+52+206=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #2634CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634CE is #D9CB31. Grayscale: #404040. Windows color (decimal): -14273330 or 13513766. OLE color: 13513766.

HSL color Cylindrical-coordinate representation of color #2634CE: hue angle of 235º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2634CE is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 52 206 -
CMYK 0.82 0.75 0 0.19
HSL 235º 0.69% 0.48% -
HSV(B) 235º 0.82% 0.81% -
XYZ 13.17 7.32 59.11 -
YUV 65.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 38 52 206 0.82 0.75 0 0.19 235 0.69 0.48
Hex 26 34 CE 52 4B 0 13 EB 45 30
Octal 46 64 316 122 113 0 23 353 105 60
Binary 100110 110100 11001110 1010010 1001011 0 10011 11101011 1000101 110000

Color Harmonies of #2634CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2634CE

Black with #2634CE

Text Example


Text Example

White with #2634CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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