Html Css Color HEX #438ABA Curious Blue

📋 copy color: '#438ABA'

red 67 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #438ABA

Tints of Curious Blue #438ABA

RGB

 RED value IS 67 (26.56% from 255) = 17.14%

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

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

R = 17.14%
G = 35.29%
B = 47.57%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#438ABA (or 0x438ABA) is known color: Curious Blue. HEX triplet: 43, 8A and BA. RGB value is (67,138,186). Sum of RGB (Red+Green+Blue) = 67+138+186=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #438ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ABA is #BC7545. Grayscale: #797979. Windows color (decimal): -12350790 or 12225091. OLE color: 12225091.

HSL color Cylindrical-coordinate representation of color #438ABA: hue angle of 204.2º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438ABA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 138 186 -
CMYK 0.64 0.26 0 0.27
HSL 204.2º 0.47% 0.5% -
HSV(B) 204.2º 0.64% 0.73% -
XYZ 20.27 22.92 49.81 -
YUV 122.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 67 138 186 0.64 0.26 0 0.27 204.2 0.47 0.5
Hex 43 8A BA 40 1A 0 1B CC 2F 32
Octal 103 212 272 100 32 0 33 314 57 62
Binary 1000011 10001010 10111010 1000000 11010 0 11011 11001100 101111 110010

Color Harmonies of #438ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438ABA

Black with #438ABA

Text Example


Text Example

White with #438ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,138,186); }

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

background-color css

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

 a { background-color: rgb(67,138,186); }

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

border-color css

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

 span { border-color: rgb(67,138,186); }

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