Html Css Color HEX #267ABA Curious Blue

📋 copy color: '#267ABA'

red 38 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #267ABA

Tints of Curious Blue #267ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 10.98%
G = 35.26%
B = 53.76%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#267ABA (or 0x267ABA) is known color: Curious Blue. HEX triplet: 26, 7A and BA. RGB value is (38,122,186). Sum of RGB (Red+Green+Blue) = 38+122+186=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #267ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ABA is #D98545. Grayscale: #676767. Windows color (decimal): -14255430 or 12220966. OLE color: 12220966.

HSL color Cylindrical-coordinate representation of color #267ABA: hue angle of 205.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267ABA is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 122 186 -
CMYK 0.80 0.34 0 0.27
HSL 205.95º 0.66% 0.44% -
HSV(B) 205.95º 0.8% 0.73% -
XYZ 16.62 17.88 49.03 -
YUV 104.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 38 122 186 0.80 0.34 0 0.27 205.95 0.66 0.44
Hex 26 7A BA 50 22 0 1B CE 42 2C
Octal 46 172 272 120 42 0 33 316 102 54
Binary 100110 1111010 10111010 1010000 100010 0 11011 11001110 1000010 101100

Color Harmonies of #267ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ABA

Black with #267ABA

Text Example


Text Example

White with #267ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267ABA; }

 p { color: rgb(38,122,186); }

 H1.HeaderClassName
 {
   color: #267ABA;
 }
 .AnyTagClassName
 {
   color: #267ABA;
 }
</style>

background-color css

<style>
 a { background-color: #267ABA; }

 a { background-color: rgb(38,122,186); }

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

border-color css

<style>
 span { border-color: #267ABA; }

 span { border-color: rgb(38,122,186); }

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