Html Css Color HEX #448AB5 Curious Blue

📋 copy color: '#448AB5'

red 68 ◦ green 138 ◦ blue 181

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

Shades of Curious Blue #448AB5

Tints of Curious Blue #448AB5

RGB

 RED value IS 68 (26.95% from 255) = 17.57%

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 181 (71.09% from 255) = 46.77%

R = 17.57%
G = 35.66%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#448AB5 (or 0x448AB5) is known color: Curious Blue. HEX triplet: 44, 8A and B5. RGB value is (68,138,181). Sum of RGB (Red+Green+Blue) = 68+138+181=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #448AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AB5 is #BB754A. Grayscale: #797979. Windows color (decimal): -12285259 or 11897412. OLE color: 11897412.

HSL color Cylindrical-coordinate representation of color #448AB5: hue angle of 202.83º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448AB5 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 138 181 -
CMYK 0.62 0.24 0 0.29
HSL 202.83º 0.45% 0.49% -
HSV(B) 202.83º 0.62% 0.71% -
XYZ 19.81 22.74 47.06 -
YUV 121.97 161.31 89.5 -
System Red Green Blue C M Y K H S L
Decimal 68 138 181 0.62 0.24 0 0.29 202.83 0.45 0.49
Hex 44 8A B5 3E 18 0 1D CB 2D 31
Octal 104 212 265 76 30 0 35 313 55 61
Binary 1000100 10001010 10110101 111110 11000 0 11101 11001011 101101 110001

Color Harmonies of #448AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AB5

Black with #448AB5

Text Example


Text Example

White with #448AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448AB5; }

 p { color: rgb(68,138,181); }

 H1.HeaderClassName
 {
   color: #448AB5;
 }
 .AnyTagClassName
 {
   color: #448AB5;
 }
</style>

background-color css

<style>
 a { background-color: #448AB5; }

 a { background-color: rgb(68,138,181); }

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

border-color css

<style>
 span { border-color: #448AB5; }

 span { border-color: rgb(68,138,181); }

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