Html Css Color HEX #263AC6 Persian Blue

📋 copy color: '#263AC6'

red 38 ◦ green 58 ◦ blue 198

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

Shades of Persian Blue #263AC6

Tints of Persian Blue #263AC6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.73%

 BLUE value IS 198 (77.73% from 255) = 67.35%

R = 12.93%
G = 19.73%
B = 67.35%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#263AC6 (or 0x263AC6) is known color: Persian Blue. HEX triplet: 26, 3A and C6. RGB value is (38,58,198). Sum of RGB (Red+Green+Blue) = 38+58+198=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #263AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AC6 is #D9C539. Grayscale: #434343. Windows color (decimal): -14271802 or 12991014. OLE color: 12991014.

HSL color Cylindrical-coordinate representation of color #263AC6: hue angle of 232.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263AC6 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 58 198 -
CMYK 0.81 0.71 0 0.22
HSL 232.5º 0.68% 0.46% -
HSV(B) 232.5º 0.81% 0.78% -
XYZ 12.51 7.52 54.22 -
YUV 67.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 38 58 198 0.81 0.71 0 0.22 232.5 0.68 0.46
Hex 26 3A C6 51 47 0 16 E8 44 2E
Octal 46 72 306 121 107 0 26 350 104 56
Binary 100110 111010 11000110 1010001 1000111 0 10110 11101000 1000100 101110

Color Harmonies of #263AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AC6

Black with #263AC6

Text Example


Text Example

White with #263AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263AC6; }

 p { color: rgb(38,58,198); }

 H1.HeaderClassName
 {
   color: #263AC6;
 }
 .AnyTagClassName
 {
   color: #263AC6;
 }
</style>

background-color css

<style>
 a { background-color: #263AC6; }

 a { background-color: rgb(38,58,198); }

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

border-color css

<style>
 span { border-color: #263AC6; }

 span { border-color: rgb(38,58,198); }

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