Html Css Color HEX #263CBC Persian Blue

📋 copy color: '#263CBC'

red 38 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #263CBC

Tints of Persian Blue #263CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

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

R = 13.29%
G = 20.98%
B = 65.73%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#263CBC (or 0x263CBC) is known color: Persian Blue. HEX triplet: 26, 3C and BC. RGB value is (38,60,188). Sum of RGB (Red+Green+Blue) = 38+60+188=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #263CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CBC is #D9C343. Grayscale: #434343. Windows color (decimal): -14271300 or 12336166. OLE color: 12336166.

HSL color Cylindrical-coordinate representation of color #263CBC: hue angle of 231.2º 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 #263CBC is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 60 188 -
CMYK 0.80 0.68 0 0.26
HSL 231.2º 0.66% 0.44% -
HSV(B) 231.2º 0.8% 0.74% -
XYZ 11.49 7.27 48.38 -
YUV 68.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 38 60 188 0.80 0.68 0 0.26 231.2 0.66 0.44
Hex 26 3C BC 50 44 0 1A E7 42 2C
Octal 46 74 274 120 104 0 32 347 102 54
Binary 100110 111100 10111100 1010000 1000100 0 11010 11100111 1000010 101100

Color Harmonies of #263CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CBC

Black with #263CBC

Text Example


Text Example

White with #263CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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