Html Css Color HEX #438BBA Curious Blue

📋 copy color: '#438BBA'

red 67 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #438BBA

Tints of Curious Blue #438BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

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

R = 17.09%
G = 35.46%
B = 47.45%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#438BBA (or 0x438BBA) is known color: Curious Blue. HEX triplet: 43, 8B and BA. RGB value is (67,139,186). Sum of RGB (Red+Green+Blue) = 67+139+186=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #438BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BBA is #BC7445. Grayscale: #7A7A7A. Windows color (decimal): -12350534 or 12225347. OLE color: 12225347.

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

Color convert

RGB 67 139 186 -
CMYK 0.64 0.25 0 0.27
HSL 203.7º 0.47% 0.5% -
HSV(B) 203.7º 0.64% 0.73% -
XYZ 20.41 23.2 49.86 -
YUV 122.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 67 139 186 0.64 0.25 0 0.27 203.7 0.47 0.5
Hex 43 8B BA 40 19 0 1B CC 2F 32
Octal 103 213 272 100 31 0 33 314 57 62
Binary 1000011 10001011 10111010 1000000 11001 0 11011 11001100 101111 110010

Color Harmonies of #438BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BBA

Black with #438BBA

Text Example


Text Example

White with #438BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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