Html Css Color HEX #263ABC Persian Blue

📋 copy color: '#263ABC'

red 38 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #263ABC

Tints of Persian Blue #263ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 13.38%
G = 20.42%
B = 66.2%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#263ABC (or 0x263ABC) is known color: Persian Blue. HEX triplet: 26, 3A and BC. RGB value is (38,58,188). Sum of RGB (Red+Green+Blue) = 38+58+188=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #263ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ABC is #D9C543. Grayscale: #424242. Windows color (decimal): -14271812 or 12335654. OLE color: 12335654.

HSL color Cylindrical-coordinate representation of color #263ABC: hue angle of 232º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263ABC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 58 188 -
CMYK 0.80 0.69 0 0.26
HSL 232º 0.66% 0.44% -
HSV(B) 232º 0.8% 0.74% -
XYZ 11.39 7.07 48.34 -
YUV 66.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 38 58 188 0.80 0.69 0 0.26 232 0.66 0.44
Hex 26 3A BC 50 45 0 1A E8 42 2C
Octal 46 72 274 120 105 0 32 350 102 54
Binary 100110 111010 10111100 1010000 1000101 0 11010 11101000 1000010 101100

Color Harmonies of #263ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ABC

Black with #263ABC

Text Example


Text Example

White with #263ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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