Html Css Color HEX #2630CC Persian Blue

📋 copy color: '#2630CC'

red 38 ◦ green 48 ◦ blue 204

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

Shades of Persian Blue #2630CC

Tints of Persian Blue #2630CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 13.1%
G = 16.55%
B = 70.34%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2630CC (or 0x2630CC) is known color: Persian Blue. HEX triplet: 26, 30 and CC. RGB value is (38,48,204). Sum of RGB (Red+Green+Blue) = 38+48+204=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #2630CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2630CC is #D9CF33. Grayscale: #3E3E3E. Windows color (decimal): -14274356 or 13381670. OLE color: 13381670.

HSL color Cylindrical-coordinate representation of color #2630CC: hue angle of 236.39º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2630CC is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 48 204 -
CMYK 0.81 0.76 0 0.2
HSL 236.39º 0.69% 0.47% -
HSV(B) 236.39º 0.81% 0.8% -
XYZ 12.76 6.89 57.78 -
YUV 62.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 38 48 204 0.81 0.76 0 0.2 236.39 0.69 0.47
Hex 26 30 CC 51 4C 0 14 EC 45 2F
Octal 46 60 314 121 114 0 24 354 105 57
Binary 100110 110000 11001100 1010001 1001100 0 10100 11101100 1000101 101111

Color Harmonies of #2630CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2630CC

Black with #2630CC

Text Example


Text Example

White with #2630CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2630CC; }

 p { color: rgb(38,48,204); }

 H1.HeaderClassName
 {
   color: #2630CC;
 }
 .AnyTagClassName
 {
   color: #2630CC;
 }
</style>

background-color css

<style>
 a { background-color: #2630CC; }

 a { background-color: rgb(38,48,204); }

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

border-color css

<style>
 span { border-color: #2630CC; }

 span { border-color: rgb(38,48,204); }

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