Html Css Color HEX #438DBA Curious Blue

📋 copy color: '#438DBA'

red 67 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #438DBA

Tints of Curious Blue #438DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 17.01%
G = 35.79%
B = 47.21%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#438DBA (or 0x438DBA) is known color: Curious Blue. HEX triplet: 43, 8D and BA. RGB value is (67,141,186). Sum of RGB (Red+Green+Blue) = 67+141+186=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #438DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DBA is #BC7245. Grayscale: #7B7B7B. Windows color (decimal): -12350022 or 12225859. OLE color: 12225859.

HSL color Cylindrical-coordinate representation of color #438DBA: hue angle of 202.69º 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 #438DBA is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 141 186 -
CMYK 0.64 0.24 0 0.27
HSL 202.69º 0.47% 0.5% -
HSV(B) 202.69º 0.64% 0.73% -
XYZ 20.7 23.79 49.95 -
YUV 124 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 67 141 186 0.64 0.24 0 0.27 202.69 0.47 0.5
Hex 43 8D BA 40 18 0 1B CB 2F 32
Octal 103 215 272 100 30 0 33 313 57 62
Binary 1000011 10001101 10111010 1000000 11000 0 11011 11001011 101111 110010

Color Harmonies of #438DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DBA

Black with #438DBA

Text Example


Text Example

White with #438DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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